[PATCH] wireless: Fix typo descibing to describing

From: I Hsin Cheng
Date: Fri Apr 26 2024 - 09:29:38 EST


Fixed a typo in the comment description from "descibing" to
"describing".

Signed-off-by: I Hsin Cheng <richard120310@xxxxxxxxx>
---
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