diff options
author | Aiden Leong <aiden.leong@aibsd.com> | 2020-06-22 20:04:58 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-22 21:12:44 -0700 |
commit | 26ac10be3c80a26d03c950b7387c4b9566c260b6 (patch) | |
tree | 2b2238672983c2aedae8713894c44d2d0dfdf753 /include | |
parent | b562f58bbc12444219b74a5d6524977a3d87a022 (diff) |
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')
-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. |