Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/hpcarm Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/7bd52e7168f0
branches:  trunk
changeset: 937877:7bd52e7168f0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 28 12:41:17 2020 +0000

description:
Fix typo in comment

diffstat:

 sys/arch/hpcarm/hpcarm/locore.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2e20533ef028 -r 7bd52e7168f0 sys/arch/hpcarm/hpcarm/locore.S
--- a/sys/arch/hpcarm/hpcarm/locore.S   Fri Aug 28 12:31:44 2020 +0000
+++ b/sys/arch/hpcarm/hpcarm/locore.S   Fri Aug 28 12:41:17 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.19 2019/07/14 09:29:21 skrll Exp $        */
+/*     $NetBSD: locore.S,v 1.20 2020/08/28 12:41:17 skrll Exp $        */
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -42,7 +42,7 @@
 #endif
 
 
-/* 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
 
 /*



Home | Main Index | Thread Index | Old Index