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/7ab8deee0e11
branches:  trunk
changeset: 321962:7ab8deee0e11
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 2af7a26c7bff -r 7ab8deee0e11 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