summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme/if_hmereg.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-04-22 09:39:05 +0000
committermarius <marius@FreeBSD.org>2011-04-22 09:39:05 +0000
commitd63a5fea10c282e8094fcdc943810babac814566 (patch)
tree7813cd07faf3b9114cabd570da360daefb6ae0c6 /sys/dev/hme/if_hmereg.h
parentcbd047e88cc93370c2a6031baac090eccb113f80 (diff)
downloadFreeBSD-src-d63a5fea10c282e8094fcdc943810babac814566.zip
FreeBSD-src-d63a5fea10c282e8094fcdc943810babac814566.tar.gz
Correct spelling in comments.
Submitted by: brucec
Diffstat (limited to 'sys/dev/hme/if_hmereg.h')
-rw-r--r--sys/dev/hme/if_hmereg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hmereg.h b/sys/dev/hme/if_hmereg.h
index 3d93eba..585ca84 100644
--- a/sys/dev/hme/if_hmereg.h
+++ b/sys/dev/hme/if_hmereg.h
@@ -79,7 +79,7 @@
#define HME_SEB_STAT_TXEACK 0x04000000 /* error during tx DMA */
#define HME_SEB_STAT_TXLERR 0x08000000 /* late error during tx DMA */
#define HME_SEB_STAT_TXPERR 0x10000000 /* parity error during tx DMA */
-#define HME_SEB_STAT_TXTERR 0x20000000 /* tag error durig tx DMA */
+#define HME_SEB_STAT_TXTERR 0x20000000 /* tag error during tx DMA */
#define HME_SEB_STAT_SLVERR 0x40000000 /* pio access error */
#define HME_SEB_STAT_SLVPERR 0x80000000 /* pio access parity error */
#define HME_SEB_STAT_BITS "\177\020" \
OpenPOWER on IntegriCloud