Module Name: src
Committed By: uwe
Date: Sun Jan 26 01:42:55 UTC 2020
Modified Files:
src/sys/ddb: db_output.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/ddb/db_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/ddb/db_output.c
diff -u src/sys/ddb/db_output.c:1.35 src/sys/ddb/db_output.c:1.36
--- src/sys/ddb/db_output.c:1.35 Thu Sep 12 18:43:02 2019
+++ src/sys/ddb/db_output.c Sun Jan 26 01:42:55 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: db_output.c,v 1.35 2019/09/12 18:43:02 uwe Exp $ */
+/* $NetBSD: db_output.c,v 1.36 2020/01/26 01:42:55 uwe Exp $ */
/*
* Mach Operating System
@@ -35,7 +35,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_output.c,v 1.35 2019/09/12 18:43:02 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_output.c,v 1.36 2020/01/26 01:42:55 uwe Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -105,7 +105,7 @@ db_force_whitespace(void)
/*
- * End the current line if we it exceeds $maxwidth
+ * End the current line if it exceeds $maxwidth
*/
static void
db_check_wrap(void)