diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 04:42:40 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-28 17:31:13 -0700 |
commit | 912b519afc8f13743b473910504e8bfb9eb7de77 (patch) | |
tree | d4cb39d95e5c8ec20864088b6e17db77b70e19b8 /net/ipv6 | |
parent | e5ca43e82d91212e24686fafca118f25cf985bfb (diff) | |
download | linux-912b519afc8f13743b473910504e8bfb9eb7de77.tar.bz2 |
ipv6: addrconf.c: Fix a typo
s/Identifers/Identifiers/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index b502f78d5091..120073ffb666 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -2358,7 +2358,7 @@ regen: /* <draft-ietf-6man-rfc4941bis-08.txt>, Section 3.3.1: * check if generated address is not inappropriate: * - * - Reserved IPv6 Interface Identifers + * - Reserved IPv6 Interface Identifiers * - XXX: already assigned to an address on the device */ |