summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-01 15:25:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-01 15:25:40 +0100
commit620ad9a5b2a995da4999e7c6d9b960080b839016 (patch)
tree5e4c13e6a1394b9c46311a8d887f591125bdaa3e
parent4bce4a2f8a9b184298725e86528219d607071823 (diff)
downloadATCD-620ad9a5b2a995da4999e7c6d9b960080b839016.tar.gz
Fixed typo
-rwxr-xr-xACE/bin/g++dep6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/bin/g++dep b/ACE/bin/g++dep
index a4cd4873301..73767c627e9 100755
--- a/ACE/bin/g++dep
+++ b/ACE/bin/g++dep
@@ -1,7 +1,7 @@
#! /bin/sh
# $Id$
-# This utility is a lightly editted version of the freed Berkeley
+# This utility is a lightly edited version of the freed Berkeley
# script `mkdep'. The current script is intended to work for GNU G++.
# Here is the original BSD header:
@@ -33,7 +33,7 @@ case $1 in
-p) SED='s;\.o;;'
shift ;;
- # -A implies -r and fixes the .obj line, hate
+ # -A implies -r and fixes the .obj line, hate
-A) REL="ACE_ROOT TAO_ROOT "$REL
DO_ACE_MAKE_DEPEND=1
shift ;;
@@ -108,7 +108,7 @@ if [ $DO_ACE_MAKE_DEPEND -eq 1 ]; then
# foo.o:
# into
# .obj/foo.o .shobj/foo.o .obj/foo.so .shobj/foo.so:
- #
+ #
# will be foo.o foo.
LONG_TARGET="$""(sort "
for i in VDIR VSHDIR; do