aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-06-22 01:39:25 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-22 04:09:39 +0200
commit590c41089fd77bf43efda375c0e6bd3913cb9350 (patch)
tree7d3b40bdb7c7f86089130559ee1565167a13e7c1 /src/compat
parentsimd: add missing header (diff)
downloadwireguard-monolithic-historical-590c41089fd77bf43efda375c0e6bd3913cb9350.tar.xz
wireguard-monolithic-historical-590c41089fd77bf43efda375c0e6bd3913cb9350.zip
global: fix a few typos
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/dst_cache/include/net/dst_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/dst_cache/include/net/dst_cache.h b/src/compat/dst_cache/include/net/dst_cache.h
index 5a083c7..48021c0 100644
--- a/src/compat/dst_cache/include/net/dst_cache.h
+++ b/src/compat/dst_cache/include/net/dst_cache.h
@@ -90,7 +90,7 @@ int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
* @dst_cache: the cache
*
* No synchronization is enforced: it must be called only when the cache
- * is unsed.
+ * is unused.
*/
void dst_cache_destroy(struct dst_cache *dst_cache);