diff mbox series

wireless: Fix typo descibing to describing

Message ID 20240426132911.16255-1-richard120310@gmail.com
State New
Headers show
Series wireless: Fix typo descibing to describing | expand

Commit Message

I Hsin Cheng April 26, 2024, 1:29 p.m. UTC
Fixed a typo in the comment description from "descibing" to
"describing".

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

Comments

Johannes Berg May 3, 2024, 8:06 a.m. UTC | #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
diff mbox series

Patch

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)