diff mbox series

[net-next] net: strparser: fix comment

Message ID 20190410201857.9110-1-jakub.kicinski@netronome.com
State Accepted
Delegated to: David Miller
Headers show
Series [net-next] net: strparser: fix comment | expand

Commit Message

Jakub Kicinski April 10, 2019, 8:18 p.m. UTC
Fix comment.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
---
 net/strparser/strparser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller April 10, 2019, 9:13 p.m. UTC | #1
From: Jakub Kicinski <jakub.kicinski@netronome.com>
Date: Wed, 10 Apr 2019 13:18:57 -0700

> Fix comment.
> 
> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>

Applied.
diff mbox series

Patch

diff --git a/net/strparser/strparser.c b/net/strparser/strparser.c
index fa6c977b4c41..0ba363624339 100644
--- a/net/strparser/strparser.c
+++ b/net/strparser/strparser.c
@@ -297,7 +297,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
 		 */