From: Tim Newsome Date: Thu, 9 Jun 2016 16:23:10 +0000 (-0700) Subject: Fix typo in comment. X-Git-Tag: v0.11.0-rc1~1346 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=18a94a1a8a37c38fda98aceae39e652f9df9bdd9 Fix typo in comment. Change-Id: I6567f85f399315e1dac98881765dfaa6eab5facb Signed-off-by: Tim Newsome Reviewed-on: http://openocd.zylin.com/4238 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/src/helper/log.c b/src/helper/log.c index 49b9bd98f6..c8a3a6c551 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -104,7 +104,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