summaryrefslogtreecommitdiff
path: root/Documentation/networking/strparser.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/strparser.rst')
-rw-r--r--Documentation/networking/strparser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/strparser.rst b/Documentation/networking/strparser.rst
index 7f623d1db72a..8dc6bb04c710 100644
--- a/Documentation/networking/strparser.rst
+++ b/Documentation/networking/strparser.rst
@@ -180,7 +180,7 @@ There are seven callbacks:
struct contains two fields: offset and full_len. Offset is
where the message starts in the skb, and full_len is the
the length of the message. skb->len - offset may be greater
- then full_len since strparser does not trim the skb.
+ than full_len since strparser does not trim the skb.
::