aboutsummaryrefslogtreecommitdiffstats
path: root/net/strparser
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2019-04-10 13:18:57 -0700
committerDavid S. Miller <davem@davemloft.net>2019-04-10 14:12:45 -0700
commit93e2125477006a98200628940e66c922572c0e73 (patch)
tree178c4c0df56df006ef146d110d4af93b241aad83 /net/strparser
parentipv4: Handle RTA_GATEWAY set to 0 (diff)
downloadlinux-dev-93e2125477006a98200628940e66c922572c0e73.tar.xz
linux-dev-93e2125477006a98200628940e66c922572c0e73.zip
net: strparser: fix comment
Fix comment. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/strparser')
-rw-r--r--net/strparser/strparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/strparser/strparser.c b/net/strparser/strparser.c
index 860dcfb95ee4..68a0885b9319 100644
--- a/net/strparser/strparser.c
+++ b/net/strparser/strparser.c
@@ -299,7 +299,7 @@ static int __strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb,
break;
}
- /* Positive extra indicates ore bytes than needed for the
+ /* Positive extra indicates more bytes than needed for the
* message
*/