diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-22 11:51:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-22 11:51:53 +0000 |
commit | 77aa6f2212ac60ec8bac88369afbceec60727ab0 (patch) | |
tree | c9336b256b505b83c4d6133b63402458644325c9 | |
parent | 81cf43d2db6901b04092a4b3b9eb6c4af172c57e (diff) |
the the typo. from rohee@
-rw-r--r-- | usr.bin/m4/gnum4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 7273dd0c52b..7420c5bf888 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gnum4.c,v 1.26 2003/11/17 17:12:10 espie Exp $ */ +/* $OpenBSD: gnum4.c,v 1.27 2003/11/22 11:51:52 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie @@ -51,7 +51,7 @@ int mimic_gnu = 0; /* * Support for include path search - * First search in the the current directory. + * First search in the current directory. * If not found, and the path is not absolute, include path kicks in. * First, -I options, in the order found on the command line. * Then M4PATH env variable |