Module Name:    src
Committed By:   dyoung
Date:           Thu Jan 21 20:51:31 UTC 2010

Modified Files:
        src/sys/net: bpfdesc.h

Log Message:
Spelling fix: correspoding -> corresponding.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/net/bpfdesc.h

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

Modified files:

Index: src/sys/net/bpfdesc.h
diff -u src/sys/net/bpfdesc.h:1.30 src/sys/net/bpfdesc.h:1.31
--- src/sys/net/bpfdesc.h:1.30	Sat Apr 11 15:47:33 2009
+++ src/sys/net/bpfdesc.h	Thu Jan 21 20:51:31 2010
@@ -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

Reply via email to