Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx/dev fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/c87671f64850
branches:  trunk
changeset: 803197:c87671f64850
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Oct 16 19:11:38 2014 +0000

description:
fix typo in comment

diffstat:

 sys/arch/powerpc/ibm4xx/dev/if_emac.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3305db90b8f1 -r c87671f64850 sys/arch/powerpc/ibm4xx/dev/if_emac.c
--- a/sys/arch/powerpc/ibm4xx/dev/if_emac.c     Thu Oct 16 18:52:17 2014 +0000
+++ b/sys/arch/powerpc/ibm4xx/dev/if_emac.c     Thu Oct 16 19:11:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_emac.c,v 1.42 2014/06/26 07:50:29 msaitoh Exp $     */
+/*     $NetBSD: if_emac.c,v 1.43 2014/10/16 19:11:38 snj Exp $ */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -52,7 +52,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_emac.c,v 1.42 2014/06/26 07:50:29 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_emac.c,v 1.43 2014/10/16 19:11:38 snj Exp $");
 
 #include "opt_emac.h"
 
@@ -1671,7 +1671,7 @@
 
                /*
                 * Pass this up to any BPF listeners, but only
-                * pass if up the stack if it's for us.
+                * pass it up the stack if it's for us.
                 */
                bpf_mtap(ifp, m);
 



Home | Main Index | Thread Index | Old Index