[PATCH] wireless: Fix typo mechanimsm to mechanism

I Hsin Cheng posted 1 patch 1 year, 7 months ago
include/uapi/linux/wireless.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] wireless: Fix typo mechanimsm to mechanism
Posted by I Hsin Cheng 1 year, 7 months ago
Fixed a typo in the comment description from "mechanimsm" to
"mechanism".

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
---
 include/uapi/linux/wireless.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/wireless.h b/include/uapi/linux/wireless.h
index 3c2ad5fae..b0d911f20 100644
--- a/include/uapi/linux/wireless.h
+++ b/include/uapi/linux/wireless.h
@@ -27,7 +27,7 @@
  * better than command line options of insmod because we may want to
  * change dynamically (while the driver is running) some parameters.
  *
- * The ioctl mechanimsm are copied from standard devices ioctl.
+ * The ioctl mechanism are copied from standard devices ioctl.
  * We have the list of command plus a structure descibing the
  * data exchanged...
  * Note that to add these ioctl, I was obliged to modify :
-- 
2.34.1