]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
reflect reality in comments
authorAntti Kantee <pooka@iki.fi>
Wed, 15 Apr 2015 08:24:58 +0000 (08:24 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 15 Apr 2015 08:24:58 +0000 (08:24 +0000)
lib/librumprun_core/subr_prf.c

index fe4725c871855c1811c1cf91cbd61ca2e2a3c89f..677fb10b9a6c0fe4aa5d4c1827656dc0cad1cb50 100644 (file)
@@ -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