about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
authorJonny Grant <jg@jguk.org>2020-12-12 01:16:22 +0100
committerArjun Shankar <arjun@redhat.com>2020-12-12 01:16:56 +0100
commit2ea6af7447f5f254450038870628dc50b8cf11ed (patch)
tree779e2c389232ecf3d3b80a7da5f7c91faecbb55a /misc
parent0e00b35704e67c499c3abfbd5b6224a13d38b012 (diff)
downloadglibc-2ea6af7447f5f254450038870628dc50b8cf11ed.tar.gz
glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.tar.xz
glibc-2ea6af7447f5f254450038870628dc50b8cf11ed.zip
Fix spelling and grammar in several comments
Diffstat (limited to 'misc')
-rw-r--r--misc/sys/cdefs.h4
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.  */