diff mbox series

misc: Fix grammar in <sys/cdefs.h>

Message ID cd20a984-596b-c770-fb4a-6f55cf52fece@jguk.org
State New
Headers show
Series misc: Fix grammar in <sys/cdefs.h> | expand

Commit Message

Jonny Grant Oct. 24, 2020, 11:05 p.m. UTC
Hello

Please find attached patch created against latest git.

Regards, Jonny
diff mbox series

Patch

From 2d2eb25f4ebe944a772c40b81d2506f1e1ee27a0 Mon Sep 17 00:00:00 2001
From: Jonny Grant <jg@jguk.org>
Date: Sun, 25 Oct 2020 00:03:39 +0100
Subject: [PATCH] Ammended comments word order

Signed-off-by: Jonny Grant <jg@jguk.org>
---
 misc/sys/cdefs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index 6b9763a92a..9ed9a38b29 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.  */
-- 
2.25.1