commit:     24a066de8d627229100eb39c1e30fa43a87fdea5
Author:     Matija Skala <mskala <AT> gmx <DOT> com>
AuthorDate: Thu Nov 26 18:45:08 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 22:02:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a066de

eclass/toolchain.eclass: fix typo

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index c08aa0c..cea6c05 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -659,7 +659,7 @@ make_gcc_hard() {
                        ewarn "PIE has not been enabled by default"
                        gcc_hard_flags+=" -DEFAULT_SSP"
                else
-                       # do nothing if hardened is't supported, but don't die 
either
+                       # do nothing if hardened isn't supported, but don't die 
either
                        ewarn "hardened is not supported for this arch in this 
gcc version"
                        return 0
                fi

Reply via email to