commit:     0388b3c1344e6d05e42769e291163f3532439334
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 21:59:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 22:35:57 2022 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=0388b3c1

gcc-config: improve language

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gcc-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc-config b/gcc-config
index 512c41c..44a3869 100755
--- a/gcc-config
+++ b/gcc-config
@@ -128,7 +128,7 @@ try_real_hard_to_find_CHOST() {
        local ret=$(source "${conf}" 2>/dev/null ; echo ${!varname})
        if [[ -z ${ret} ]] ; then
                # newer portage supports spaces between the var and =
-               # CHOST     =  "this-is-retarded"
+               # CHOST     =  "this-is-silly"
                ret=$(eval $(
                        ${SED} -n \
                                -e 's:[[:space:]]::g' \

Reply via email to