summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-22 15:29:02 +0000
committerJim Meyering <jim@meyering.net>2003-09-22 15:29:02 +0000
commite0c1d81ac2df7437ef459877cf57bc1fe03b97fd (patch)
tree6706f2c1381873a75fb245c30f00b6e06dedd911
parente04eff898e51afd4d35fffe6d64dcbebb9f2e037 (diff)
downloadcoreutils-e0c1d81ac2df7437ef459877cf57bc1fe03b97fd.tar.xz
.
-rw-r--r--config/depcomp6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/depcomp b/config/depcomp
index 86f7f1539..dcb2b19d5 100644
--- a/config/depcomp
+++ b/config/depcomp
@@ -299,7 +299,7 @@ tru64)
dashmstdout)
# Important note: in order to support this mode, a compiler *must*
- # always write the proprocessed file to stdout, regardless of -o.
+ # always write the preprocessed file to stdout, regardless of -o.
"$@" || exit $?
# Remove the call to Libtool.
@@ -395,7 +395,7 @@ makedepend)
cpp)
# Important note: in order to support this mode, a compiler *must*
- # always write the proprocessed file to stdout.
+ # always write the preprocessed file to stdout.
"$@" || exit $?
# Remove the call to Libtool.
@@ -437,7 +437,7 @@ cpp)
msvisualcpp)
# Important note: in order to support this mode, a compiler *must*
- # always write the proprocessed file to stdout, regardless of -o,
+ # always write the preprocessed file to stdout, regardless of -o,
# because we must use -o when running libtool.
"$@" || exit $?
IFS=" "