summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2006-08-25 08:25:35 +0000
committerthompsa <thompsa@FreeBSD.org>2006-08-25 08:25:35 +0000
commite1f848cfb4a6a6d609356e16804f92cbfca09a91 (patch)
tree677c84d8ea3d86cd19962543c9edf61b242d1e85 /sys/net/if_vlan.c
parentf21ca27dec120ddd47431efedfd649193c779f87 (diff)
downloadFreeBSD-src-e1f848cfb4a6a6d609356e16804f92cbfca09a91.zip
FreeBSD-src-e1f848cfb4a6a6d609356e16804f92cbfca09a91.tar.gz
Fix spelling.
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 843389e..0b82e4d 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -150,7 +150,7 @@ static eventhandler_tag ifdetach_tag;
* processing and exclusive when configuration is changed.
*
* The VLAN_ARRAY substitutes the dynamic hash with a static array
- * with 4096 entries. In theory this can give a boots in processing,
+ * with 4096 entries. In theory this can give a boost in processing,
* however on practice it does not. Probably this is because array
* is too big to fit into CPU cache.
*/
OpenPOWER on IntegriCloud