Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Spell initarm correctly in comments
details: https://anonhg.NetBSD.org/src/rev/d6249dd9dabf
branches: trunk
changeset: 962335:d6249dd9dabf
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jul 14 09:29:21 2019 +0000
description:
Spell initarm correctly in comments
diffstat:
sys/arch/arm/arm32/locore.S | 6 +++---
sys/arch/hpcarm/hpcarm/locore.S | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 9ce7c0916089 -r d6249dd9dabf sys/arch/arm/arm32/locore.S
--- a/sys/arch/arm/arm32/locore.S Sun Jul 14 05:58:44 2019 +0000
+++ b/sys/arch/arm/arm32/locore.S Sun Jul 14 09:29:21 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.39 2018/10/18 09:01:52 skrll Exp $ */
+/* $NetBSD: locore.S,v 1.40 2019/07/14 09:29:21 skrll Exp $ */
/*
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -43,7 +43,7 @@
/* What size should this really be ? It is only used by init_arm() */
#define INIT_ARM_STACK_SIZE 2048
- RCSID("$NetBSD: locore.S,v 1.39 2018/10/18 09:01:52 skrll Exp $")
+ RCSID("$NetBSD: locore.S,v 1.40 2019/07/14 09:29:21 skrll Exp $")
/*
* This is for kvm_mkdb, and should be the address of the beginning
@@ -92,7 +92,7 @@
mov fp, #0x00000000 /* trace back starts here */
bl _C_LABEL(initarm) /* Off we go */
- /* init arm will return the new stack pointer. */
+ /* initarm will return the new stack pointer. */
mov sp, r0
mov fp, #0x00000000 /* trace back starts here */
diff -r 9ce7c0916089 -r d6249dd9dabf sys/arch/hpcarm/hpcarm/locore.S
--- a/sys/arch/hpcarm/hpcarm/locore.S Sun Jul 14 05:58:44 2019 +0000
+++ b/sys/arch/hpcarm/hpcarm/locore.S Sun Jul 14 09:29:21 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.18 2014/03/02 13:26:30 joerg Exp $ */
+/* $NetBSD: locore.S,v 1.19 2019/07/14 09:29:21 skrll Exp $ */
/*
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -160,7 +160,7 @@
mov fp, #0x00000000 /* trace back starts here */
bl _C_LABEL(initarm) /* Off we go */
- /* init arm will return the new stack pointer. */
+ /* initarm will return the new stack pointer. */
mov sp, r0
mov fp, #0x00000000 /* trace back starts here */
Home |
Main Index |
Thread Index |
Old Index