Module Name: src Committed By: palle Date: Wed Apr 11 19:37:58 UTC 2018
Modified Files: src/sys/arch/sparc/include: frame.h Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/include/frame.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sparc/include/frame.h diff -u src/sys/arch/sparc/include/frame.h:1.9 src/sys/arch/sparc/include/frame.h:1.10 --- src/sys/arch/sparc/include/frame.h:1.9 Tue Oct 6 20:03:05 2015 +++ src/sys/arch/sparc/include/frame.h Wed Apr 11 19:37:58 2018 @@ -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 @@ struct frame32 { * 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)