From 42b4892e67ea403818491915400b7e4c9dbbbe0b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 26 Apr 2018 02:12:57 +0000 Subject: fix typo in comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3215 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/nstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util') diff --git a/lib/util/nstring.h b/lib/util/nstring.h index 8c3da40a..770700e0 100644 --- a/lib/util/nstring.h +++ b/lib/util/nstring.h @@ -70,7 +70,7 @@ memeq(const void * const comparand, strcasecmp() in that case. (Actually, _XOPEN_SOURCE 500 is stronger than you need for strcasecmp - - _XOPEN_SOURCE_EXTENDED, which asks for XPG 4 would do, whereas + _XOPEN_SOURCE_EXTENDED, which asks for XPG 4, would do, whereas _XOPEN_SOURCE 500 asks for XPG 5, but for simplicity, we don't use _XOPEN_SOURCE_EXTENDED in Netpbm. */ -- cgit 1.4.1