diff options
author | 2016-11-28 18:46:18 +0100 | |
---|---|---|
committer | 2016-11-29 20:56:40 +0100 | |
commit | 482989579d384f7750454fc4070c2e5e14fa4b9d (patch) | |
tree | 5cf329e3f2168c1449869374a13b746f868669a7 | |
parent | ratelimiter: load hashlimit at modinsert time (diff) | |
download | wireguard-monolithic-historical-482989579d384f7750454fc4070c2e5e14fa4b9d.tar.xz wireguard-monolithic-historical-482989579d384f7750454fc4070c2e5e14fa4b9d.zip |
main: unify the adjective trifecta
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,6 +71,6 @@ static void __exit mod_exit(void) module_init(mod_init); module_exit(mod_exit); MODULE_LICENSE("GPL v2"); -MODULE_DESCRIPTION("Simple, secure, and speedy VPN tunnel"); +MODULE_DESCRIPTION("Fast, secure, and modern VPN tunnel"); MODULE_AUTHOR("Jason A. Donenfeld <Jason@zx2c4.com>"); MODULE_ALIAS_RTNL_LINK(KBUILD_MODNAME); |