Module Name:    src
Committed By:   mbalmer
Date:           Mon Oct 17 16:31:14 UTC 2011

Modified Files:
        src/usr.bin/xlint/lint2: chk.c
        src/usr.sbin/rtsold: rtsold.h

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xlint/lint2/chk.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/rtsold/rtsold.h

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/xlint/lint2/chk.c
diff -u src/usr.bin/xlint/lint2/chk.c:1.21 src/usr.bin/xlint/lint2/chk.c:1.22
--- src/usr.bin/xlint/lint2/chk.c:1.21	Thu Jan 14 16:58:27 2010
+++ src/usr.bin/xlint/lint2/chk.c	Mon Oct 17 16:31:14 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: chk.c,v 1.21 2010/01/14 16:58:27 christos Exp $ */
+/* $NetBSD: chk.c,v 1.22 2011/10/17 16:31:14 mbalmer Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: chk.c,v 1.21 2010/01/14 16:58:27 christos Exp $");
+__RCSID("$NetBSD: chk.c,v 1.22 2011/10/17 16:31:14 mbalmer Exp $");
 #endif
 
 #include <ctype.h>
@@ -1071,7 +1071,7 @@ chkrvu(hte_t *hte, sym_t *def)
 	int	used, ignored;
 
 	if (def == NULL)
-		/* don't know wheter or not the functions returns a value */
+		/* don't know whether or not the functions returns a value */
 		return;
 
 	if (hte->h_calls == NULL)

Index: src/usr.sbin/rtsold/rtsold.h
diff -u src/usr.sbin/rtsold/rtsold.h:1.9 src/usr.sbin/rtsold/rtsold.h:1.10
--- src/usr.sbin/rtsold/rtsold.h:1.9	Sat Apr 11 07:51:59 2009
+++ src/usr.sbin/rtsold/rtsold.h	Mon Oct 17 16:31:14 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rtsold.h,v 1.9 2009/04/11 07:51:59 lukem Exp $	*/
+/*	$NetBSD: rtsold.h,v 1.10 2011/10/17 16:31:14 mbalmer Exp $	*/
 /*	$KAME: rtsold.h,v 1.14 2002/05/31 10:10:03 itojun Exp $	*/
 
 /*
@@ -39,7 +39,7 @@ struct ifinfo {
 	int active;		/* interface status */
 	int probeinterval;	/* interval of probe timer(if necessary) */
 	int probetimer;		/* rest of probe timer */
-	int mediareqok;		/* wheter the IF supports SIOCGIFMEDIA */
+	int mediareqok;		/* whether the IF supports SIOCGIFMEDIA */
 	int state;
 	int probes;
 	int dadcount;

Reply via email to