From: Jonathan Neuschäfer Date: Sun, 4 Mar 2018 02:29:51 +0000 (+0100) Subject: net: core: dst_cache: Fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76b12974a3981db2a1ae60d62f55dd839d07ac85;p=linux.git net: core: dst_cache: Fix a typo in a comment Signed-off-by: Jonathan Neuschäfer Signed-off-by: David S. Miller --- diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h index 72fd5067c3534..844906fbf8c92 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)