summaryrefslogtreecommitdiff
path: root/include/net/iw_handler.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-02-26 21:49:57 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2003-02-26 21:49:57 -0800
commitfffd915522cb703e95381fc52c0ac3843f013f18 (patch)
tree7efd17b1bd1a584a7fa10633d26b4b5e99283deb /include/net/iw_handler.h
parenta6cc5237a1f189c30cd06d05e2955e5bc63d8913 (diff)
parentbe8013e867207d570f33cc1c66bd06797f1eed6b (diff)
Merge kroah.com:/home/greg/linux/BK/bleed-2.5
into kroah.com:/home/greg/linux/BK/pci-2.5
Diffstat (limited to 'include/net/iw_handler.h')
-rw-r--r--include/net/iw_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h
index 1215aa4af55b..4eee5a553ede 100644
--- a/include/net/iw_handler.h
+++ b/include/net/iw_handler.h
@@ -92,7 +92,7 @@
* The implementation goals were as follow :
* o Obvious : you should not need a PhD to understand what's happening,
* the benefit is easier maintainance.
- * o Flexible : it should accomodate a wide variety of driver
+ * o Flexible : it should accommodate a wide variety of driver
* implementations and be as flexible as the old API.
* o Lean : it should be efficient memory wise to minimise the impact
* on kernel footprint.