From 482989579d384f7750454fc4070c2e5e14fa4b9d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 28 Nov 2016 18:46:18 +0100 Subject: main: unify the adjective trifecta --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index cd8c591..aefc6df 100644 --- a/src/main.c +++ b/src/main.c @@ -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 "); MODULE_ALIAS_RTNL_LINK(KBUILD_MODNAME); -- cgit v1.2.3-59-g8ed1b