Skip to content

Commit 6f2f821

Browse files
Tariq Toukandavem330
authored andcommitted
net: ipv6: Fix typo in ipv6_find_hdr() documentation
Fix 'an' into 'and', and use a comma instead of a period. Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent db0aeb3 commit 6f2f821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/exthdrs_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ EXPORT_SYMBOL_GPL(ipv6_find_tlv);
161161
* if target < 0. "last header" is transport protocol header, ESP, or
162162
* "No next header".
163163
*
164-
* Note that *offset is used as input/output parameter. an if it is not zero,
164+
* Note that *offset is used as input/output parameter, and if it is not zero,
165165
* then it must be a valid offset to an inner IPv6 header. This can be used
166166
* to explore inner IPv6 header, eg. ICMPv6 error messages.
167167
*

0 commit comments

Comments
 (0)