Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix grammar



details:   https://anonhg.NetBSD.org/src/rev/ecb849a217fe
branches:  trunk
changeset: 333255:ecb849a217fe
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Oct 25 18:15:18 2014 +0000

description:
Fix grammar

diffstat:

 sys/dev/ic/dwc_gmac_reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d84e9140a20c -r ecb849a217fe sys/dev/ic/dwc_gmac_reg.h
--- a/sys/dev/ic/dwc_gmac_reg.h Sat Oct 25 18:00:25 2014 +0000
+++ b/sys/dev/ic/dwc_gmac_reg.h Sat Oct 25 18:15:18 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_gmac_reg.h,v 1.11 2014/10/21 00:01:01 jmcneill Exp $ */
+/* $NetBSD: dwc_gmac_reg.h,v 1.12 2014/10/25 18:15:18 joerg Exp $ */
 
 /*-
  * Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
@@ -122,7 +122,7 @@
 #define        AWIN_GMAC_MII_IRQ               __BIT(0)
 
 
-#define        GMAC_DMA_OP_STOREFORWARD        __BIT(21) /* start TX with when a
+#define        GMAC_DMA_OP_STOREFORWARD        __BIT(21) /* start TX when a
                                                    full frame is available */
 #define        GMAC_DMA_OP_FLUSHTX             __BIT(20) /* flush TX fifo */
 #define        GMAC_DMA_OP_TXSTART             __BIT(13) /* start TX DMA engine */



Home | Main Index | Thread Index | Old Index