Module Name:    src
Committed By:   joerg
Date:           Sat Oct 25 18:15:18 UTC 2014

Modified Files:
        src/sys/dev/ic: dwc_gmac_reg.h

Log Message:
Fix grammar


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dwc_gmac_reg.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/dev/ic/dwc_gmac_reg.h
diff -u src/sys/dev/ic/dwc_gmac_reg.h:1.11 src/sys/dev/ic/dwc_gmac_reg.h:1.12
--- src/sys/dev/ic/dwc_gmac_reg.h:1.11	Tue Oct 21 00:01:01 2014
+++ src/sys/dev/ic/dwc_gmac_reg.h	Sat Oct 25 18:15:18 2014
@@ -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 */

Reply via email to