From a8ff863cd7f4ab7ffae8ba2cca441a43f848999c Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 21 Oct 2020 01:58:30 +0000 Subject: [PATCH] Fix typo (thanks kamil@ for pointing it out). --- lib/libc/arch/alpha/sys/__sigtramp2.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/arch/alpha/sys/__sigtramp2.S b/lib/libc/arch/alpha/sys/__sigtramp2.S index 35fb611b3492..652b7a6c1044 100644 --- a/lib/libc/arch/alpha/sys/__sigtramp2.S +++ b/lib/libc/arch/alpha/sys/__sigtramp2.S @@ -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