Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Tariq Toukan and committed by
David S. Miller
6f2f8212 db0aeb31

+1 -1
+1 -1
net/ipv6/exthdrs_core.c
··· 161 161 * if target < 0. "last header" is transport protocol header, ESP, or 162 162 * "No next header". 163 163 * 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, 165 165 * then it must be a valid offset to an inner IPv6 header. This can be used 166 166 * to explore inner IPv6 header, eg. ICMPv6 error messages. 167 167 *