Module Name: src Committed By: msaitoh Date: Sun Dec 5 02:53:51 UTC 2021
Modified Files: src/sys/arch/m68k/include: cpuframe.h Log Message: s/expecially/especially/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/m68k/include/cpuframe.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/m68k/include/cpuframe.h diff -u src/sys/arch/m68k/include/cpuframe.h:1.7 src/sys/arch/m68k/include/cpuframe.h:1.8 --- src/sys/arch/m68k/include/cpuframe.h:1.7 Mon Sep 7 23:41:38 2020 +++ src/sys/arch/m68k/include/cpuframe.h Sun Dec 5 02:53:51 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: cpuframe.h,v 1.7 2020/09/07 23:41:38 mrg Exp $ */ +/* $NetBSD: cpuframe.h,v 1.8 2021/12/05 02:53:51 msaitoh Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -188,7 +188,7 @@ struct fpframe { #define fpf_unimp FPF_u2.FPF_unimp /* - * This is incompatible with the earlier one; expecially, an earlier frame + * This is incompatible with the earlier one; especially, an earlier frame * must not be FRESTOREd on a 060 or vv, because a frame error exception is * not guaranteed. */