From: Antti Kantee Date: Wed, 15 Apr 2015 08:24:58 +0000 (+0000) Subject: reflect reality in comments X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d28dfb779e2f802cc20bc71ab20dcc709ff7b62a;p=people%2Fliuw%2Frumprun.git reflect reality in comments --- diff --git a/lib/librumprun_core/subr_prf.c b/lib/librumprun_core/subr_prf.c index fe4725c..677fb10 100644 --- a/lib/librumprun_core/subr_prf.c +++ b/lib/librumprun_core/subr_prf.c @@ -124,7 +124,7 @@ kprintf_unlock(void) } /* - * bmk_printf: print a message to the console and the log + * bmk_printf: print a message to the console */ void bmk_printf(const char *fmt, ...) @@ -141,7 +141,7 @@ bmk_printf(const char *fmt, ...) } /* - * vprintf: print a message to the console and the log [already have + * bmk_vprintf: print a message to the console [already have * va_list] */ void