summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-03-17 15:11:40 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-03-17 15:11:40 +0000
commit3dfc79fb092273b65fd8a24174007d13804d3641 (patch)
treead24f9d8ee191b07285ad4a16555ff2b37e9d315 /Makefile.am
parent5fc5c03dad7e99997df64c682b4ea0fc662dee53 (diff)
Tweak a comment.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8678a38e..718cfc77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ if IS_SUNCC
CFLAGS += -erroff=E_EMPTY_DECLARATION
endif
-# Set _LINUX_SOURCE_COMPAT for AIX for mallocing 0 bytes
+# Set _LINUX_SOURCE_COMPAT for AIX for malloc(0).
if IS_AIX
DEFS += -D_LINUX_SOURCE_COMPAT=1
endif