diff options
| author | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
| commit | 89c5a767f8fc7a4633b2d409966e2becbb98ff92 (patch) | |
| tree | 478a03635e0cf63ab282f636b0793b4dfbfca9bc /usr.bin/make | |
| parent | 3872dc30f7c2e5e67fa8c65e08ea48171ebaaf1a (diff) | |
Fix doubled 'the's.
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/lst.lib/lstConcat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index 3ee7bd170a7..4ee068a90ef 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -1,4 +1,4 @@ -/* $NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $ */ +/* $NetBSD: lstConcat.c,v 1.9 2000/03/13 23:22:52 soren Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -37,14 +37,14 @@ */ #ifdef MAKE_BOOTSTRAP -static char rcsid[] = "$NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $"; +static char rcsid[] = "$NetBSD: lstConcat.c,v 1.9 2000/03/13 23:22:52 soren Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)lstConcat.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $"); +__RCSID("$NetBSD: lstConcat.c,v 1.9 2000/03/13 23:22:52 soren Exp $"); #endif #endif /* not lint */ #endif @@ -70,7 +70,7 @@ __RCSID("$NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $"); * SUCCESS if all went well. FAILURE otherwise. * * Side Effects: - * New elements are created and appended the the first list. + * New elements are created and appended the first list. *----------------------------------------------------------------------- */ ReturnStatus |
