diff options
author | Li Zhong <zhong@linux.vnet.ibm.com> | 2014-01-22 02:29:55 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-22 04:34:15 -0500 |
commit | c04e7da0133fbe7f799b9356982371d228df9994 (patch) | |
tree | c3c2e0223df0a3a80cbf32cc83787c42c8d4951c /include | |
parent | f434f7afa52e77a55cf28ad5f67697a3c9444fb8 (diff) |
neighbour.h: fix comment
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/neighbour.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/neighbour.h b/include/uapi/linux/neighbour.h index f175212420ab..d3ef583104e0 100644 --- a/include/uapi/linux/neighbour.h +++ b/include/uapi/linux/neighbour.h | |||
@@ -58,7 +58,7 @@ enum { | |||
58 | 58 | ||
59 | /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change | 59 | /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change |
60 | and make no address resolution or NUD. | 60 | and make no address resolution or NUD. |
61 | NUD_PERMANENT is also cannot be deleted by garbage collectors. | 61 | NUD_PERMANENT also cannot be deleted by garbage collectors. |
62 | */ | 62 | */ |
63 | 63 | ||
64 | struct nda_cacheinfo { | 64 | struct nda_cacheinfo { |