Module Name: src
Committed By: andvar
Date: Sat Jul 31 10:07:23 UTC 2021
Modified Files:
src/sys/arch/sparc/sparc: autoconf.c
Log Message:
fix typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 src/sys/arch/sparc/sparc/autoconf.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/arch/sparc/sparc/autoconf.c
diff -u src/sys/arch/sparc/sparc/autoconf.c:1.266 src/sys/arch/sparc/sparc/autoconf.c:1.267
--- src/sys/arch/sparc/sparc/autoconf.c:1.266 Mon May 10 23:53:44 2021
+++ src/sys/arch/sparc/sparc/autoconf.c Sat Jul 31 10:07:22 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.266 2021/05/10 23:53:44 thorpej Exp $ */
+/* $NetBSD: autoconf.c,v 1.267 2021/07/31 10:07:22 andvar Exp $ */
/*
* Copyright (c) 1996
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.266 2021/05/10 23:53:44 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.267 2021/07/31 10:07:22 andvar Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -1114,7 +1114,7 @@ mainbus_attach(device_t parent, device_t
const char *const dev;
#define BS_EARLY 1 /* attach device early */
#define BS_IGNORE 2 /* ignore root device */
-#define BS_OPTIONAL 4 /* device not alwas present */
+#define BS_OPTIONAL 4 /* device not always present */
unsigned int flags;
};