summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2008-03-02 22:27:49 +0000
committerfanf <fanf@FreeBSD.org>2008-03-02 22:27:49 +0000
commit960a8a877c79df08c682d18ee670bf851bdf5594 (patch)
tree7c15684ac6ae935b4d81a6ffe443208498acdb0e /usr.bin
parentdcf8897ad7eff35e169c166d04d58e8d04325667 (diff)
downloadFreeBSD-src-960a8a877c79df08c682d18ee670bf851bdf5594.zip
FreeBSD-src-960a8a877c79df08c682d18ee670bf851bdf5594.tar.gz
Typo in comment spotted by Hasso Tepper.
Obtained from: DragonFlyBSD
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/unifdef/unifdef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c
index fce2dfe..a8427d1 100644
--- a/usr.bin/unifdef/unifdef.c
+++ b/usr.bin/unifdef/unifdef.c
@@ -42,7 +42,7 @@ static const char copyright[] =
#ifdef __IDSTRING
__IDSTRING(Berkeley, "@(#)unifdef.c 8.1 (Berkeley) 6/6/93");
__IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.8 2000/07/03 02:51:36 matt Exp $");
-__IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.177 2008/02/29 13:17:37 fanf2 Exp $");
+__IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.178 2008/03/02 22:23:32 fanf2 Exp $");
#endif
#endif /* not lint */
#ifdef __FBSDID
@@ -910,7 +910,7 @@ skipsym(const char *cp)
}
/*
- * Look for the symbol in the symbol table. If is is found, we return
+ * Look for the symbol in the symbol table. If it is found, we return
* the symbol table index, else we return -1.
*/
static int
OpenPOWER on IntegriCloud