estack.eclass: Fix typo in comment.
authorUlrich Müller <ulm@gentoo.org>
Tue, 26 Nov 2019 19:28:34 +0000 (20:28 +0100)
committerUlrich Müller <ulm@gentoo.org>
Tue, 26 Nov 2019 19:28:34 +0000 (20:28 +0100)
Fixes: d2cb9490dbee48a32f196d1aa80d7356a99d9fd8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
eclass/estack.eclass

index 2aa6f366dc12200a97ac9c3527480f729a6fb59c..3f444ee3b70bb7044d319d5b08e3263f4f146ef7 100644 (file)
@@ -155,7 +155,7 @@ evar_pop() {
 # @CODE
 eshopts_push() {
        # Save both "shopt" and "set -o" option sets, because otherwise
-       # restoring noglob would disable expand_aliases by side effect. #662586
+       # restoring posix would disable expand_aliases by side effect. #662586
        estack_push eshopts "$(shopt -p -o) $(shopt -p)"
        if [[ $1 == -[su] ]] ; then
                [[ $# -le 1 ]] && return 0