aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net
diff options
context:
space:
mode:
authorAiden Leong <aiden.leong@aibsd.com>2020-06-22 20:04:58 -0700
committerDavid S. Miller <davem@davemloft.net>2020-06-22 21:12:44 -0700
commit26ac10be3c80a26d03c950b7387c4b9566c260b6 (patch)
tree2b2238672983c2aedae8713894c44d2d0dfdf753 /include/net
parentmptcp: drop sndr_key in mptcp_syn_options (diff)
downloadwireguard-linux-26ac10be3c80a26d03c950b7387c4b9566c260b6.tar.xz
wireguard-linux-26ac10be3c80a26d03c950b7387c4b9566c260b6.zip
GUE: Fix a typo
Fix a typo in gue.h Signed-off-by: Aiden Leong <aiden.leong@aibsd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/gue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/gue.h b/include/net/gue.h
index 3a6595bfa641..e42402f180b7 100644
--- a/include/net/gue.h
+++ b/include/net/gue.h
@@ -21,7 +21,7 @@
* | |
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*
- * C bit indicates contol message when set, data message when unset.
+ * C bit indicates control message when set, data message when unset.
* For a control message, proto/ctype is interpreted as a type of
* control message. For data messages, proto/ctype is the IP protocol
* of the next header.