summaryrefslogtreecommitdiff
path: root/macosx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/config.h')
-rw-r--r--macosx/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/config.h b/macosx/config.h
index 5896bd91..3be13f38 100644
--- a/macosx/config.h
+++ b/macosx/config.h
@@ -9,7 +9,7 @@
#define CONFIG_H
#ifndef MAXPATHLEN
-//match PAX_MAX in <sys/param.h>
+//match PATH_MAX in <sys/param.h>
#define MAXPATHLEN 1024
#endif