diff options
author | sbruno <sbruno@FreeBSD.org> | 2017-08-30 04:21:48 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2017-08-30 04:21:48 +0800 |
commit | 269c4225128ebd9fcabbb9a612859280b01c5d78 (patch) | |
tree | a7ff525df678ac1b491b9a51ba4a6ac71443e306 /emulators | |
parent | 4cc02130153ec01cd1ac8edd86e76484e927b12f (diff) | |
download | freebsd-ports-gnome-269c4225128ebd9fcabbb9a612859280b01c5d78.tar.gz freebsd-ports-gnome-269c4225128ebd9fcabbb9a612859280b01c5d78.tar.zst freebsd-ports-gnome-269c4225128ebd9fcabbb9a612859280b01c5d78.zip |
Minor comment nit fix0r.
PR: 221903
Submitted by: linimon
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/files/qemu_user_static.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/files/qemu_user_static.in b/emulators/qemu-sbruno/files/qemu_user_static.in index 2f84627c5652..5a06a11962a1 100644 --- a/emulators/qemu-sbruno/files/qemu_user_static.in +++ b/emulators/qemu-sbruno/files/qemu_user_static.in @@ -84,7 +84,7 @@ list_cmd="${BINMISCCTL} list" else echo "$0: interpreter ${interpreter} not found, cannot register." fi - # register mipsle interpreter styled 'mipsle' + # register mipsle interpreter styled 'mipsel' interpreter=${QEMU_DIR}/${QEMU_PREFIX}mipsel${QEMU_SUFFIX} if [ -x "${interpreter}" ]; then ${BINMISCCTL} add mipsel --interpreter "${interpreter}" \ |