Module Name:    src
Committed By:   mbalmer
Date:           Thu Jan 28 14:15:19 UTC 2010

Modified Files:
        src/usr.bin/tip: tip.h
        src/usr.bin/unifdef: unifdef.c

Log Message:
fix language


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/tip/tip.h
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/unifdef/unifdef.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tip/tip.h
diff -u src/usr.bin/tip/tip.h:1.30 src/usr.bin/tip/tip.h:1.31
--- src/usr.bin/tip/tip.h:1.30	Fri Mar  9 23:45:21 2007
+++ src/usr.bin/tip/tip.h	Thu Jan 28 14:15:18 2010
@@ -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	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 ~< */

Index: src/usr.bin/unifdef/unifdef.c
diff -u src/usr.bin/unifdef/unifdef.c:1.17 src/usr.bin/unifdef/unifdef.c:1.18
--- src/usr.bin/unifdef/unifdef.c:1.17	Wed Jan 20 19:02:42 2010
+++ src/usr.bin/unifdef/unifdef.c	Thu Jan 28 14:15:18 2010
@@ -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 @@
 #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 @@
 }
 
 /*
- * 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

Reply via email to