Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 Whitespace in a comment



details:   https://anonhg.NetBSD.org/src/rev/3de5df453c9e
branches:  trunk
changeset: 989951:3de5df453c9e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 21 07:03:26 2021 +0000

description:
Whitespace in a comment

diffstat:

 sys/arch/arm/arm32/arm32_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3c2aaea3e8b3 -r 3de5df453c9e sys/arch/arm/arm32/arm32_machdep.c
--- a/sys/arch/arm/arm32/arm32_machdep.c        Thu Oct 21 06:06:16 2021 +0000
+++ b/sys/arch/arm/arm32/arm32_machdep.c        Thu Oct 21 07:03:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm32_machdep.c,v 1.139 2020/12/01 02:43:14 rin Exp $  */
+/*     $NetBSD: arm32_machdep.c,v 1.140 2021/10/21 07:03:26 skrll Exp $        */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.139 2020/12/01 02:43:14 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.140 2021/10/21 07:03:26 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_arm_start.h"
@@ -727,7 +727,7 @@
  * printf isn't available to us for a number of reasons.
  *
  * -  kprint_init has been called and printf will try to take locks which we
- *    can't  do just yet because bootstrap translation tables do not allowing
+ *    can't do just yet because bootstrap translation tables do not allowing
  *    caching.
  *
  * -  kmutex(9) relies on curcpu which isn't setup yet.



Home | Main Index | Thread Index | Old Index