summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge/if_mxge.c
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2013-04-17 11:47:32 +0000
committergabor <gabor@FreeBSD.org>2013-04-17 11:47:32 +0000
commit301f6461b705e6ada2a67c58acd85d4af5d86551 (patch)
treeeca27cee32cae96824fd96b0c1be990492497092 /sys/dev/mxge/if_mxge.c
parent188c638b60fe60e70310769b4c68de8ab101ae45 (diff)
downloadFreeBSD-src-301f6461b705e6ada2a67c58acd85d4af5d86551.zip
FreeBSD-src-301f6461b705e6ada2a67c58acd85d4af5d86551.tar.gz
- Correct mispellings of word resource
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Diffstat (limited to 'sys/dev/mxge/if_mxge.c')
-rw-r--r--sys/dev/mxge/if_mxge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c
index 68624ad..4dcea0f 100644
--- a/sys/dev/mxge/if_mxge.c
+++ b/sys/dev/mxge/if_mxge.c
@@ -3418,7 +3418,7 @@ mxge_alloc_slice_rings(struct mxge_slice_state *ss, int rx_ring_entries,
return err;
}
- /* now allocate TX resouces */
+ /* now allocate TX resources */
#ifndef IFNET_BUF_RING
/* only use a single TX ring for now */
OpenPOWER on IntegriCloud