summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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