aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTariq Toukan <tariqt@mellanox.com>2018-05-07 10:45:26 +0300
committerDavid S. Miller <davem@davemloft.net>2018-05-07 23:50:27 -0400
commit6f2f8212bfdf3ec6dd60f1f0725dc84c574b768b (patch)
tree5417991cc6ab3653226f132ca99709db3754a874 /net
parentMerge branch 'qed-Add-support-for-new-multi-partitioning-modes' (diff)
downloadlinux-dev-6f2f8212bfdf3ec6dd60f1f0725dc84c574b768b.tar.xz
linux-dev-6f2f8212bfdf3ec6dd60f1f0725dc84c574b768b.zip
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>
Diffstat (limited to '')
-rw-r--r--net/ipv6/exthdrs_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/exthdrs_core.c b/net/ipv6/exthdrs_core.c
index b643f5ce6c80..ae365df8abf7 100644
--- a/net/ipv6/exthdrs_core.c
+++ b/net/ipv6/exthdrs_core.c
@@ -161,7 +161,7 @@ EXPORT_SYMBOL_GPL(ipv6_find_tlv);
* if target < 0. "last header" is transport protocol header, ESP, or
* "No next header".
*
- * Note that *offset is used as input/output parameter. an if it is not zero,
+ * Note that *offset is used as input/output parameter, and if it is not zero,
* then it must be a valid offset to an inner IPv6 header. This can be used
* to explore inner IPv6 header, eg. ICMPv6 error messages.
*