diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-03-04 05:29:51 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-05 20:52:45 +0300 |
commit | 76b12974a3981db2a1ae60d62f55dd839d07ac85 (patch) | |
tree | 85484d496f19830d4ae11607f760229b577d0327 /include/net/dst_cache.h | |
parent | 229952d192abca88e05f8f5fbe5a9831b948559f (diff) | |
download | linux-76b12974a3981db2a1ae60d62f55dd839d07ac85.tar.xz |
net: core: dst_cache: Fix a typo in a comment
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dst_cache.h')
-rw-r--r-- | include/net/dst_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h index 72fd5067c353..844906fbf8c9 100644 --- a/include/net/dst_cache.h +++ b/include/net/dst_cache.h @@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, * dst_cache_reset - invalidate the cache contents * @dst_cache: the cache * - * This do not free the cached dst to avoid races and contentions. + * This does not free the cached dst to avoid races and contentions. * the dst will be freed on later cache lookup. */ static inline void dst_cache_reset(struct dst_cache *dst_cache) |