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/c6f9f534ac2b
branches:  trunk
changeset: 1022641:c6f9f534ac2b
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 ff814b2e1d72 -r c6f9f534ac2b 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