diff options
author | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-07 08:58:37 +0000 |
---|---|---|
committer | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-07 08:58:37 +0000 |
commit | 9f1b3033dad65191b6e82ec58b7088fb1eafd2e3 (patch) | |
tree | b5e9602891dfbd5080e436cb769d621b9fda81e0 /gcc/config/linux.h | |
parent | 1b455a16b4790d817af626c0772198b471494800 (diff) | |
download | gcc-9f1b3033dad65191b6e82ec58b7088fb1eafd2e3.tar.gz |
* config/linux.h: Fix typo in a comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205782 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index d7ca300c8db..fb1a8de7dfd 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -117,7 +117,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #else /* !uClinux, i.e., normal Linux */ -/* IFUNCs are supportted by glibc, but not by uClibc or Bionic. */ +/* IFUNCs are supported by glibc, but not by uClibc or Bionic. */ # undef TARGET_HAS_IFUNC_P # define TARGET_HAS_IFUNC_P linux_has_ifunc_p |