Source-Changes-HG archive

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

[src/trunk]: src/sys/net Spelling fix: correspoding -> corresponding.



details:   https://anonhg.NetBSD.org/src/rev/18718542d224
branches:  trunk
changeset: 751016:18718542d224
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Thu Jan 21 20:51:31 2010 +0000

description:
Spelling fix: correspoding -> corresponding.

diffstat:

 sys/net/bpfdesc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ff2ddd97283 -r 18718542d224 sys/net/bpfdesc.h
--- a/sys/net/bpfdesc.h Thu Jan 21 18:06:38 2010 +0000
+++ b/sys/net/bpfdesc.h Thu Jan 21 20:51:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpfdesc.h,v 1.30 2009/04/11 15:47:33 christos Exp $    */
+/*     $NetBSD: bpfdesc.h,v 1.31 2010/01/21 20:51:31 dyoung Exp $      */
 
 /*
  * Copyright (c) 1990, 1991, 1993
@@ -132,7 +132,7 @@
        struct bpf_if **bif_driverp;    /* pointer into softc */
        u_int bif_dlt;                  /* link layer type */
        u_int bif_hdrlen;               /* length of header (with padding) */
-       struct ifnet *bif_ifp;          /* correspoding interface */
+       struct ifnet *bif_ifp;          /* corresponding interface */
 };
 
 #ifdef _KERNEL



Home | Main Index | Thread Index | Old Index