Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/93f97b1b6d5c
branches:  trunk
changeset: 770446:93f97b1b6d5c
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Mon Oct 17 16:31:14 2011 +0000

description:
Fix typo in comment.

diffstat:

 usr.bin/xlint/lint2/chk.c |  6 +++---
 usr.sbin/rtsold/rtsold.h  |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 6fae32aef4c6 -r 93f97b1b6d5c usr.bin/xlint/lint2/chk.c
--- a/usr.bin/xlint/lint2/chk.c Mon Oct 17 16:22:12 2011 +0000
+++ b/usr.bin/xlint/lint2/chk.c Mon Oct 17 16:31:14 2011 +0000
@@ -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 @@
        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)
diff -r 6fae32aef4c6 -r 93f97b1b6d5c usr.sbin/rtsold/rtsold.h
--- a/usr.sbin/rtsold/rtsold.h  Mon Oct 17 16:22:12 2011 +0000
+++ b/usr.sbin/rtsold/rtsold.h  Mon Oct 17 16:31:14 2011 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index