aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_syslog.c')
-rw-r--r--sys/kern/kern_syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_syslog.c b/sys/kern/kern_syslog.c
index 21b90af..7394e24 100644
--- a/sys/kern/kern_syslog.c
+++ b/sys/kern/kern_syslog.c
@@ -112,7 +112,7 @@ kprintf(const char *fmt, ...)
struct timer tmr = {0};
/*
- * If the first char is OMIT_TIMESTAMP, than we won't
+ * If the first char is OMIT_TIMESTAMP, then we won't
* print out the timestamp.
*/
if (*fmt_p == OMIT_TIMESTAMP[0]) {