about summary refs log tree commit diff
path: root/lib/util
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-07-25 02:53:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-07-25 02:53:30 +0000
commit4239ecbac95980c447186abb1341f67a6c63f326 (patch)
treeeba19ff27b121908d02d04bed5dcd8d186bfd432 /lib/util
parent69fe111403915f28a3dfda27ca76337aa5bf7c81 (diff)
downloadnetpbm-mirror-4239ecbac95980c447186abb1341f67a6c63f326.tar.gz
netpbm-mirror-4239ecbac95980c447186abb1341f67a6c63f326.tar.xz
netpbm-mirror-4239ecbac95980c447186abb1341f67a6c63f326.zip
Correct grammar in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1988 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/nstring.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/nstring.c b/lib/util/nstring.c
index 5dd8f680..1e9660c1 100644
--- a/lib/util/nstring.c
+++ b/lib/util/nstring.c
@@ -114,8 +114,8 @@
 
 
 #define _GNU_SOURCE
-   /* Due to conditional compilation, this is GNU source only if the C library
-      is GNU.
+   /* Because of conditional compilation, this is GNU source only if the C
+      library is GNU.
    */
 #define PORTABLE_SNPRINTF_VERSION_MAJOR 2
 #define PORTABLE_SNPRINTF_VERSION_MINOR 2