Skip to content

Commit 6d19294

Browse files
Avenger-285714kuba-moo
authored andcommitted
docs: networking: strparser: Fix a typo
The context indicates that 'than' is the correct word instead of 'then', as a comparison is being performed. Given that 'then' is also a valid English word, checkpatch.pl wouldn't have picked up on this spelling error. This typo was caught by AI during code review. Suggested-by: Wentao Guan <[email protected]> Signed-off-by: WangYuli <[email protected]> Reviewed-by: Yanteng Si <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f8e1bce commit 6d19294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/networking/strparser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ There are seven callbacks:
180180
struct contains two fields: offset and full_len. Offset is
181181
where the message starts in the skb, and full_len is the
182182
the length of the message. skb->len - offset may be greater
183-
then full_len since strparser does not trim the skb.
183+
than full_len since strparser does not trim the skb.
184184

185185
::
186186

0 commit comments

Comments
 (0)