summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/chdir-long.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chdir-long.c b/lib/chdir-long.c
index 4525168c3..7e7fd9718 100644
--- a/lib/chdir-long.c
+++ b/lib/chdir-long.c
@@ -42,7 +42,7 @@
#endif
#ifndef PATH_MAX
-# error "use this module only if your system defines PATH_MAX"
+# error "compile this file only if your system defines PATH_MAX"
#endif
/* FIXME: this use of `MIN' is our sole concession to arbitrary limitations.