summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-03-06 21:00:33 +0100
committerRichard Braun <rbraun@sceen.net>2013-03-06 21:00:33 +0100
commit0fafb2191a14fe9c09ae9ab3993695d61ed407fd (patch)
tree750eb9b525377d1f1645de154065a3958a4a49a4
parent6bfdf8bbc51727b8cdae00539eb11530180c016f (diff)
kern/printk: minor comment change
-rw-r--r--kern/printk.h2
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