diff options
author | Jonny Grant <jg@jguk.org> | 2020-12-12 01:16:22 +0100 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2020-12-12 01:16:56 +0100 |
commit | 2ea6af7447f5f254450038870628dc50b8cf11ed (patch) | |
tree | 779e2c389232ecf3d3b80a7da5f7c91faecbb55a /misc/sys/cdefs.h | |
parent | 0e00b35704e67c499c3abfbd5b6224a13d38b012 (diff) | |
download | glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.tar.gz glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.tar.xz glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.zip |
Fix spelling and grammar in several comments
Diffstat (limited to 'misc/sys/cdefs.h')
-rw-r--r-- | misc/sys/cdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index e94d09d7dd..a06f1cfd91 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -25,7 +25,7 @@ /* The GNU libc does not support any K&R compilers or the traditional mode of ISO C compilers anymore. Check for some of the combinations not - anymore supported. */ + supported anymore. */ #if defined __GNUC__ && !defined __STDC__ # error "You need a ISO C conforming compiler to use the glibc headers" #endif @@ -47,7 +47,7 @@ # endif /* GCC can always grok prototypes. For C++ programs we add throw() - to help it optimize the function calls. But this works only with + to help it optimize the function calls. But this only works with gcc 2.8.x and egcs. For gcc 3.2 and up we even mark C functions as non-throwing using a function attribute since programs can use the -fexceptions options for C code as well. */ |