From: Aiden Leong Date: Tue, 23 Jun 2020 03:04:58 +0000 (-0700) Subject: GUE: Fix a typo X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~1840^2~31 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=26ac10be3c80a26d03c950b7387c4b9566c260b6;p=linux.git GUE: Fix a typo Fix a typo in gue.h Signed-off-by: Aiden Leong Signed-off-by: David S. Miller --- 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.