Commit 26ac10be authored by Aiden Leong's avatar Aiden Leong Committed by David S. Miller
Browse files

GUE: Fix a typo



Fix a typo in gue.h

Signed-off-by: default avatarAiden Leong <aiden.leong@aibsd.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b562f58b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.