aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-08-10 13:29:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-08-10 13:29:02 +0200
commit9f8d6b5e78f730c8dda093728ff2954195664b78 (patch)
tree0633debede325099273565c58292a525a84ed327 /src/main.c
parentqemu: lock distfiles (diff)
downloadwireguard-monolithic-historical-9f8d6b5e78f730c8dda093728ff2954195664b78.tar.xz
wireguard-monolithic-historical-9f8d6b5e78f730c8dda093728ff2954195664b78.zip
main: fix typo
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e0116c8..67ce6a6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,7 +40,7 @@ static int __init mod_init(void)
static void __exit mod_exit(void)
{
device_uninit();
- pr_debug("Wireguard has been unloaded\n");
+ pr_debug("WireGuard has been unloaded\n");
}
module_init(mod_init);