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/a649e97bcdcb
branches: trunk
changeset: 333055:a649e97bcdcb
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 b5e00fad9d30 -r a649e97bcdcb 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