Fixed a typo in the comment description from "descibing" to
"describing".
Signed-off-by: I Hsin Cheng <[email protected]>
---
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..5df03b595 100644
--- a/include/uapi/linux/wireless.h
+++ b/include/uapi/linux/wireless.h
@@ -28,7 +28,7 @@
* change dynamically (while the driver is running) some parameters.
*
* The ioctl mechanimsm are copied from standard devices ioctl.
- * We have the list of command plus a structure descibing the
+ * We have the list of command plus a structure describing the
* data exchanged...
* Note that to add these ioctl, I was obliged to modify :
* # net/core/dev.c (two place + add include)
--
2.34.1
Please don't send two patches to effectively the same line of code that
conflict ...
Also really no need to send each individual typo separately.
(I also don't really care much about that file, but if you wish to fix
typos in that file, please do all in that file together.)
johannes