From 7735e8ce7a7e4c82718b743bcc3de60c08394eb6 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 17 Feb 2013 12:02:48 -0500 Subject: [PATCH] minor comment typ fix --- client/fwknop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/fwknop.c b/client/fwknop.c index ec3a4f7a..1ef81585 100644 --- a/client/fwknop.c +++ b/client/fwknop.c @@ -943,7 +943,7 @@ errmsg(const char *msg, const int err) { MY_NAME, msg, err, fko_errstr(err)); } -/* free up memory and exist +/* free up memory and exit */ static void clean_exit(fko_ctx_t ctx, fko_cli_options_t *opts, unsigned int exit_status)