diff options
author | Aiden Leong <aiden.leong@aibsd.com> | 2020-06-23 05:04:58 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-23 06:12:44 +0200 |
commit | 26ac10be3c80a26d03c950b7387c4b9566c260b6 (patch) | |
tree | 2b2238672983c2aedae8713894c44d2d0dfdf753 /include/net/gue.h | |
parent | mptcp: drop sndr_key in mptcp_syn_options (diff) | |
download | linux-26ac10be3c80a26d03c950b7387c4b9566c260b6.tar.xz 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/gue.h')
-rw-r--r-- | include/net/gue.h | 2 |
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. |