diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-28 18:46:18 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-29 20:56:40 +0100 |
commit | 2ecd4125d652c93cd48745a90e71e82ac0833f4a (patch) | |
tree | 189ad28295700c0e7e66cd02e8933b89bf117341 | |
parent | fa449736cd339c8b81a757ce5f156625a05810e4 (diff) |
main: unify the adjective trifecta
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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); |