summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/run
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2021-09-17 09:42:44 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-09-17 09:42:44 +0200
commit7d953daed17e19c55a47208df385f5fcbc4b567a (patch)
treea2aaffd4cccde1ba33181ff900b8c38a8843b2e7 /configs/platform-v7a/run
parent32ea04544520137b148cb7eb2f036be3e027ab75 (diff)
downloadDistroKit-7d953daed17e19c55a47208df385f5fcbc4b567a.tar.gz
DistroKit-7d953daed17e19c55a47208df385f5fcbc4b567a.tar.xz
platform-v7a: run: fix typo
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/run')
-rwxr-xr-xconfigs/platform-v7a/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/run b/configs/platform-v7a/run
index 8af190f..c1297bb 100755
--- a/configs/platform-v7a/run
+++ b/configs/platform-v7a/run
@@ -36,7 +36,7 @@ if [ ! -e "${QEMU_EXEC}" ]; then
exit 1
fi
-# the port to which an sshd would connect (in the emulated sysem)
+# the port to which an sshd would connect (in the emulated system)
SSH_INTERNAL_PORT=22
# the port which QEMU opens at the host side to give access to the ${SSH_INTERNAL_PORT}
SSH_EXTERNAL_PORT=${QEMU_SSH_PORT:-${PPID%64000+1025}}