Module Name:    src
Committed By:   snj
Date:           Thu Oct 16 19:11:38 UTC 2014

Modified Files:
        src/sys/arch/powerpc/ibm4xx/dev: if_emac.c

Log Message:
fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/powerpc/ibm4xx/dev/if_emac.c

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

Modified files:

Index: src/sys/arch/powerpc/ibm4xx/dev/if_emac.c
diff -u src/sys/arch/powerpc/ibm4xx/dev/if_emac.c:1.42 src/sys/arch/powerpc/ibm4xx/dev/if_emac.c:1.43
--- src/sys/arch/powerpc/ibm4xx/dev/if_emac.c:1.42	Thu Jun 26 07:50:29 2014
+++ src/sys/arch/powerpc/ibm4xx/dev/if_emac.c	Thu Oct 16 19:11:38 2014
@@ -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 @@ emac_rxeob_intr(void *arg)
 
 		/*
 		 * 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);
 

Reply via email to