Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc fix typos in comments
details: https://anonhg.NetBSD.org/src/rev/573ac484816f
branches: trunk
changeset: 984915:573ac484816f
user: andvar <andvar%NetBSD.org@localhost>
date: Sat Jul 31 10:07:22 2021 +0000
description:
fix typos in comments
diffstat:
sys/arch/sparc/sparc/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b5330ad18bbf -r 573ac484816f sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c Sat Jul 31 10:04:12 2021 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c Sat Jul 31 10:07:22 2021 +0000
@@ -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 @@
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;
};
Home |
Main Index |
Thread Index |
Old Index