]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
adjust wording of #error message
authorJim Meyering <jim@meyering.net>
Sat, 11 Dec 2004 11:19:27 +0000 (11:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Dec 2004 11:19:27 +0000 (11:19 +0000)
lib/chdir-long.c

index 4525168c377c74f285a55aebae20457a0d66043f..7e7fd9718255dc03cc44e1e4425ed6b9f2bd8057 100644 (file)
@@ -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.