net: core: dst_cache: Fix a typo in a comment
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sun, 4 Mar 2018 02:29:51 +0000 (03:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2018 17:52:45 +0000 (12:52 -0500)
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst_cache.h

index 72fd5067c35349a7a2cb76f42b2dd4c218e0c091..844906fbf8c9216c411c6a400a9f9cea27e09c90 100644 (file)
@@ -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)