diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-11-14 10:12:25 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-11-14 10:12:25 +0000 |
commit | 7ec05688efcf9b7bd58e32b3f75240f493a7f547 (patch) | |
tree | 3a4d637dc0422e02dd33798cd5f286b4e39957f7 /sys | |
parent | d612cc71ad61f9859e23fe04a9723cbb2699d07a (diff) |
Fix typo in comment.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/include/frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/frame.h b/sys/arch/sparc64/include/frame.h index 7b3f3f2d3d9..a3a199b00d5 100644 --- a/sys/arch/sparc64/include/frame.h +++ b/sys/arch/sparc64/include/frame.h @@ -1,4 +1,4 @@ -/* $OpenBSD: frame.h,v 1.8 2022/10/22 20:09:41 miod Exp $ */ +/* $OpenBSD: frame.h,v 1.9 2023/11/14 10:12:24 claudio Exp $ */ /* $NetBSD: frame.h,v 1.9 2001/03/04 09:28:35 mrg Exp $ */ /* @@ -52,7 +52,7 @@ * of the frame, you must first force the kernel to write any such * windows to the stack. * - * V9 frames have an odd bias, so you can tall a v9 frame from + * V9 frames have an odd bias, so you can tell a v9 frame from * a v8 frame by testing the stack pointer's lsb. */ #if !defined(_LOCORE) && !defined(_LIBC) |