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 Fix typo



details:   https://anonhg.NetBSD.org/src/rev/e3b25d947ba1
branches:  trunk
changeset: 943187:e3b25d947ba1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 28 12:31:44 2020 +0000

description:
Fix typo

diffstat:

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

diffs (22 lines):

diff -r d22cad89cb07 -r e3b25d947ba1 sys/arch/arm/arm32/locore.S
--- a/sys/arch/arm/arm32/locore.S       Fri Aug 28 12:15:05 2020 +0000
+++ b/sys/arch/arm/arm32/locore.S       Fri Aug 28 12:31:44 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.41 2020/07/08 10:18:00 skrll Exp $        */
+/*     $NetBSD: locore.S,v 1.42 2020/08/28 12:31:44 skrll Exp $        */
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -40,10 +40,10 @@
 #include <arm/asm.h>
 #include <arm/locore.h>
 
-/* What size should this really be ? It is only used by init_arm() */
+/* What size should this really be ? It is only used by initarm() */
 #define INIT_ARM_STACK_SIZE    2048
 
-       RCSID("$NetBSD: locore.S,v 1.41 2020/07/08 10:18:00 skrll Exp $")
+       RCSID("$NetBSD: locore.S,v 1.42 2020/08/28 12:31:44 skrll Exp $")
 
 /*
  * This is for kvm_mkdb, and should be the address of the beginning



Home | Main Index | Thread Index | Old Index