Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/aarch64/sys s/ARM/ARM64/ in comment



details:   https://anonhg.NetBSD.org/src/rev/6f9e645e0343
branches:  trunk
changeset: 941557:6f9e645e0343
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 24 07:00:26 2020 +0000

description:
s/ARM/ARM64/ in comment

diffstat:

 lib/libc/arch/aarch64/sys/__sigtramp2.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2317791094c3 -r 6f9e645e0343 lib/libc/arch/aarch64/sys/__sigtramp2.S
--- a/lib/libc/arch/aarch64/sys/__sigtramp2.S   Sat Oct 24 05:01:57 2020 +0000
+++ b/lib/libc/arch/aarch64/sys/__sigtramp2.S   Sat Oct 24 07:00:26 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp2.S,v 1.4 2020/10/19 22:33:53 kamil Exp $ */
+/* $NetBSD: __sigtramp2.S,v 1.5 2020/10/24 07:00:26 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #include "assym.h"
 
 /*
- * The ARM signal trampoline is invoked only to return from
+ * The ARM64 signal trampoline is invoked only to return from
  * the signal; the kernel calls the signal handler directly.
  *
  * On entry, the stack looks like:



Home | Main Index | Thread Index | Old Index