diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2010-01-28 14:12:11 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2010-01-28 14:12:11 +0000 |
| commit | 0f58fac97ef0e77a682b0a200857702408473a3b (patch) | |
| tree | 3fb7de65174b589cebd72beed95ec5186ad1d96f /usr.bin | |
| parent | 45aabfbe67dd8e9925795a0459cd76fc1d37dd3e (diff) | |
fix language
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/tip/tip.h | 4 | ||||
| -rw-r--r-- | usr.bin/unifdef/unifdef.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h index f62e3c8684e..2809adc67f5 100644 --- a/usr.bin/tip/tip.h +++ b/usr.bin/tip/tip.h @@ -1,4 +1,4 @@ -/* $NetBSD: tip.h,v 1.30 2007/03/09 23:45:21 hubertf Exp $ */ +/* $NetBSD: tip.h,v 1.31 2010/01/28 14:15:18 mbalmer Exp $ */ /* * Copyright (c) 1989, 1993 @@ -248,7 +248,7 @@ int quit; /* same; but on other end */ int stoprompt; /* for interrupting a prompt session */ int timedout; /* ~> transfer timedout */ int cumode; /* simulating the "cu" program */ -int bits8; /* terminal is is 8-bit mode */ +int bits8; /* terminal is in 8-bit mode */ #define STRIP_PAR (bits8 ? 0377 : 0177) char fname[80]; /* file name buffer for ~< */ diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index bb254b80343..a525576c194 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -1,4 +1,4 @@ -/* $NetBSD: unifdef.c,v 1.17 2010/01/20 19:02:42 ginsbach Exp $ */ +/* $NetBSD: unifdef.c,v 1.18 2010/01/28 14:15:18 mbalmer Exp $ */ /* * Copyright (c) 1985, 1993 @@ -77,7 +77,7 @@ static const char copyright[] = #endif #ifdef __IDSTRING __IDSTRING(Berkeley, "@(#)unifdef.c 8.1 (Berkeley) 6/6/93"); -__IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.17 2010/01/20 19:02:42 ginsbach Exp $"); +__IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.18 2010/01/28 14:15:18 mbalmer Exp $"); __IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.161 2003/07/01 15:32:48 fanf2 Exp $"); #endif #endif /* not lint */ @@ -936,7 +936,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 |
