Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/56b795b2116a
branches: trunk
changeset: 831730:56b795b2116a
user: palle <palle%NetBSD.org@localhost>
date: Wed Apr 11 19:37:58 2018 +0000
description:
Fix typo in comment
diffstat:
sys/arch/sparc/include/frame.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ec5be5d19719 -r 56b795b2116a sys/arch/sparc/include/frame.h
--- a/sys/arch/sparc/include/frame.h Wed Apr 11 18:52:29 2018 +0000
+++ b/sys/arch/sparc/include/frame.h Wed Apr 11 19:37:58 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: frame.h,v 1.9 2015/10/06 20:03:05 martin Exp $ */
+/* $NetBSD: frame.h,v 1.10 2018/04/11 19:37:58 palle Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -104,7 +104,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)
Home |
Main Index |
Thread Index |
Old Index