aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
commita1ff7af013c83971c02a28fd0d1f5ddbb59e3f20 (patch)
tree5dc7f088dbf86206e51ccbf49535f02f8b3db243 /sys/modules
parent55b0545890bc9eed519649b2ab17ec0c5881c68c (diff)
downloadsrc-a1ff7af013c83971c02a28fd0d1f5ddbb59e3f20.tar.gz
src-a1ff7af013c83971c02a28fd0d1f5ddbb59e3f20.zip
Misc. build: minor spelling fixes.
No functional change.
Notes
Notes: svn path=/head/; revision=299007
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/igb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/igb/Makefile b/sys/modules/igb/Makefile
index 57a74fa89ff5..4db960826593 100644
--- a/sys/modules/igb/Makefile
+++ b/sys/modules/igb/Makefile
@@ -17,7 +17,7 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000 -DSMP
# IGB_LEGACY_TX will override the stack if_transmit path and
# instead use the older if_start non-multiqueue capable interface.
-# This might be desireable for testing, or to enable the use of
+# This might be desirable for testing, or to enable the use of
# ALTQ.
#CFLAGS += -DIGB_LEGACY_TX