diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-03-02 14:43:23 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-27 09:51:23 +0200 |
commit | b903036aad6c46f0c94b3a58c86f7467776a5dcf (patch) | |
tree | 6b5412068fdb41a9331c41b6d660b598715c283f /include/net | |
parent | bade9835a22e03a00d6cb94350984620bf808f83 (diff) | |
download | talos-obmc-linux-b903036aad6c46f0c94b3a58c86f7467776a5dcf.tar.gz talos-obmc-linux-b903036aad6c46f0c94b3a58c86f7467776a5dcf.zip |
net: Spelling s/stucture/structure/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/iw_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h index 725282095840..d2ea5863eedc 100644 --- a/include/net/iw_handler.h +++ b/include/net/iw_handler.h @@ -364,7 +364,7 @@ struct iw_handler_def { * defined in struct iw_priv_args. * * For standard IOCTLs, things are quite different and we need to - * use the stuctures below. Actually, this struct is also more + * use the structures below. Actually, this struct is also more * efficient, but that's another story... */ |