Skip to content

Commit

Permalink
net: core: dst_cache: Fix a typo in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jonathan Neuschäfer authored and David S. Miller committed Mar 5, 2018
1 parent 229952d commit 76b1297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/dst_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76b1297

Please sign in to comment.