Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/alpha/sys Fix typo (thanks kamil@ for pointing...
details: https://anonhg.NetBSD.org/src/rev/b75862731f32
branches: trunk
changeset: 941432:b75862731f32
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Oct 21 01:58:30 2020 +0000
description:
Fix typo (thanks kamil@ for pointing it out).
diffstat:
lib/libc/arch/alpha/sys/__sigtramp2.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 313660cc17b1 -r b75862731f32 lib/libc/arch/alpha/sys/__sigtramp2.S
--- a/lib/libc/arch/alpha/sys/__sigtramp2.S Wed Oct 21 01:55:07 2020 +0000
+++ b/lib/libc/arch/alpha/sys/__sigtramp2.S Wed Oct 21 01:58:30 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp2.S,v 1.4 2020/10/21 01:55:07 thorpej Exp $ */
+/* $NetBSD: __sigtramp2.S,v 1.5 2020/10/21 01:58:30 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -81,7 +81,7 @@
* The unwind entry includes one instruction slot prior to the trampoline
* because the unwinder will look up to (return PC - 1 insn) while unwinding.
* Normally this would be the jump / branch, but since there isn't one in
- * this case, we place an explcit nop there instead.
+ * this case, we place an explicit nop there instead.
*/
nop
Home |
Main Index |
Thread Index |
Old Index