diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
commit | 453130d9bfc1c6d68b366dfcb041689d69f81295 (patch) | |
tree | fe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/netfpga10g/nf10bmac | |
parent | 7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff) |
Notes
Diffstat (limited to 'sys/dev/netfpga10g/nf10bmac')
-rw-r--r-- | sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c b/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c index 2f864ab2e2c84..565a5f608c0ee 100644 --- a/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c +++ b/sys/dev/netfpga10g/nf10bmac/if_nf10bmac.c @@ -355,7 +355,7 @@ nf10bmac_rx_locked(struct nf10bmac_softc *sc) /* * General problem here in case we need to sync ourselves to the * beginning of a packet. Length will only be set for the first - * read, and together with strb we can detect the begining (or + * read, and together with strb we can detect the beginning (or * skip to tlast). */ |