Fix typo in comment.

__archive__
Tim Newsome 2016-06-09 09:23:10 -07:00
parent 1b349df638
commit 39788e5e6b
1 changed files with 1 additions and 1 deletions

View File

@ -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 * - logging
* - feeding low-level info to the user in GDB or Telnet * - feeding low-level info to the user in GDB or Telnet