From 4861d3ccf90d6f9e0671dde89223bf3c18d7ce7c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 27 May 2024 09:02:17 -0400 Subject: kernel: syslog: Fix typo in comment Signed-off-by: Ian Moffett --- sys/kern/kern_syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) { -- cgit v1.2.3