about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-18 21:50:55 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-18 21:50:55 +0000
commit13ab3a5df9112d36582eff79ec931ba0fddb6902 (patch)
tree06347ea0c2eedcf43c2b8f72964d3f6ae9df27d2 /lib
parentcb90201b95844e16740e620efec54d695d3fceca (diff)
downloadnetpbm-mirror-13ab3a5df9112d36582eff79ec931ba0fddb6902.tar.gz
netpbm-mirror-13ab3a5df9112d36582eff79ec931ba0fddb6902.tar.xz
netpbm-mirror-13ab3a5df9112d36582eff79ec931ba0fddb6902.zip
Fix comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4416 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib')
-rw-r--r--lib/util/nstring.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/util/nstring.h b/lib/util/nstring.h
index 677e24cb..56ec1b2b 100644
--- a/lib/util/nstring.h
+++ b/lib/util/nstring.h
@@ -124,12 +124,9 @@ strncaseeq(const char * const comparand,
 #define TOUPPER(C) ((char)toupper((unsigned char)(C)))
 
 
-/* These are all private versions of commonly available standard C
-   library subroutines whose names are the same except with the N at
-   the end.  Because not all standard C libraries have them all,
-   Netpbm must include them in its own libraries, and because some
-   standard C libraries have some of them, Netpbm must use different
-   names for them.
+/* Most of these are private versions of commonly available standard C library
+   subroutines whose names are similar.  They're here because not all standard
+   C libraries have them.
 
    The GNU C library has all of them.  All but the oldest standard C libraries
    have snprintf().