mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a comment. There is no fn `kprintf'
This commit is contained in:
parent
119e9fc298
commit
4e31a37b94
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)subr_prf.c 8.3 (Berkeley) 1/21/94
|
||||
* $Id: subr_prf.c,v 1.35 1996/05/02 09:34:45 phk Exp $
|
||||
* $Id: subr_prf.c,v 1.36 1996/05/08 04:28:51 gpalmer Exp $
|
||||
*/
|
||||
|
||||
#include "opt_ddb.h"
|
||||
|
|
@ -408,7 +408,7 @@ ksprintn(ul, base, lenp)
|
|||
* the next characters (up to a control character, i.e. a character <= 32),
|
||||
* give the name of the register. Thus:
|
||||
*
|
||||
* kprintf("reg=%b\n", 3, "\10\2BITTWO\1BITONE\n");
|
||||
* kvprintf("reg=%b\n", 3, "\10\2BITTWO\1BITONE\n");
|
||||
*
|
||||
* would produce output:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue