diff options
Diffstat (limited to 'bin/sh/expand.c')
-rw-r--r-- | bin/sh/expand.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 67a9c8bdf9c80..e661be656e94b 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95"; #endif static const char rcsid[] = - "$Id: expand.c,v 1.26 1999/04/13 04:13:09 tegge Exp $"; + "$Id: expand.c,v 1.27 1999/04/21 11:52:39 cracauer Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -382,10 +382,10 @@ expari(flag) /* - * This routine is slightly over-compilcated for + * This routine is slightly over-complicated for * efficiency. First we make sure there is * enough space for the result, which may be bigger - * than the expression if we add exponentation. Next we + * than the expression if we add exponentiation. Next we * scan backwards looking for the start of arithmetic. If the * next previous character is a CTLESC character, then we * have to rescan starting from the beginning since CTLESC |