Module Name:    src
Committed By:   thorpej
Date:           Wed Oct 21 01:58:30 UTC 2020

Modified Files:
        src/lib/libc/arch/alpha/sys: __sigtramp2.S

Log Message:
Fix typo (thanks kamil@ for pointing it out).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/alpha/sys/__sigtramp2.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/alpha/sys/__sigtramp2.S
diff -u src/lib/libc/arch/alpha/sys/__sigtramp2.S:1.4 src/lib/libc/arch/alpha/sys/__sigtramp2.S:1.5
--- src/lib/libc/arch/alpha/sys/__sigtramp2.S:1.4	Wed Oct 21 01:55:07 2020
+++ src/lib/libc/arch/alpha/sys/__sigtramp2.S	Wed Oct 21 01:58:30 2020
@@ -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
 

Reply via email to