From 7d953daed17e19c55a47208df385f5fcbc4b567a Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 17 Sep 2021 09:42:44 +0200 Subject: platform-v7a: run: fix typo Signed-off-by: Robert Schwebel --- configs/platform-v7a/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/run') 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}} -- cgit v1.2.3