From 9f1b3033dad65191b6e82ec58b7088fb1eafd2e3 Mon Sep 17 00:00:00 2001 From: mkuvyrkov Date: Sat, 7 Dec 2013 08:58:37 +0000 Subject: * 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 --- gcc/config/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/linux.h') 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 -- cgit v1.2.1