From 39788e5e6b1feb135a70d8a4e50ed545d1d02c2a Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 9 Jun 2016 09:23:10 -0700 Subject: [PATCH] Fix typo in comment. --- src/helper/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/log.c b/src/helper/log.c index 79cbd8ec8..e33f869d0 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -103,7 +103,7 @@ static void log_forward(const char *file, unsigned line, const char *function, c } } -/* The log_puts() serves to somewhat different goals: +/* The log_puts() serves two somewhat different goals: * * - logging * - feeding low-level info to the user in GDB or Telnet