diff options
author | Richard Braun <rbraun@sceen.net> | 2013-03-06 21:00:33 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2013-03-06 21:00:33 +0100 |
commit | 0fafb2191a14fe9c09ae9ab3993695d61ed407fd (patch) | |
tree | 750eb9b525377d1f1645de154065a3958a4a49a4 | |
parent | 6bfdf8bbc51727b8cdae00539eb11530180c016f (diff) |
kern/printk: minor comment change
-rw-r--r-- | kern/printk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/printk.h b/kern/printk.h index 5e2a871b..c86384bd 100644 --- a/kern/printk.h +++ b/kern/printk.h @@ -21,7 +21,7 @@ * allocated buffer. They won't produce output larger than 1 KiB. They can * be used safely in any context. * - * See the sprintf library module for information about the supported formats. + * See the sprintf module for information about the supported formats. */ #ifndef _KERN_PRINTK_H |