From 4a51c24b641c5183de7d18f21ee48d59da206b27 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 16 Dec 2003 01:08:51 +0000 Subject: becuase --- regress/share/man/cfman | 6 +++--- sys/arch/m68k/060sp/fpsp.s | 4 ++-- sys/arch/m68k/060sp/pfpsp.s | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/regress/share/man/cfman b/regress/share/man/cfman index ddb1502874c..e4fb942d26d 100644 --- a/regress/share/man/cfman +++ b/regress/share/man/cfman @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $OpenBSD: cfman,v 1.3 2003/03/10 03:55:09 david Exp $ +# $OpenBSD: cfman,v 1.4 2003/12/16 01:08:50 deraadt Exp $ # # cfman - make sure manpages have accurate SEE ALSOs @@ -8,7 +8,7 @@ use strict; my $VERSION = do { - my @r = (q$Revision: 1.3 $ =~ /\d+/g); + my @r = (q$Revision: 1.4 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r; }; @@ -773,7 +773,7 @@ extension. =item no manpath set, assuming %s. -(W) We're trying to use a hard-coded path, becuase +(W) We're trying to use a hard-coded path, because nothing else worked. =item no name diff --git a/sys/arch/m68k/060sp/fpsp.s b/sys/arch/m68k/060sp/fpsp.s index e45bda7ea0c..d2a668e2057 100644 --- a/sys/arch/m68k/060sp/fpsp.s +++ b/sys/arch/m68k/060sp/fpsp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: fpsp.s,v 1.5 2003/11/07 10:36:08 miod Exp $ +# $OpenBSD: fpsp.s,v 1.6 2003/12/16 01:08:50 deraadt Exp $ # $NetBSD: fpsp.s,v 1.2 1996/05/15 19:48:03 is Exp $ # @@ -11823,7 +11823,7 @@ fmul_unfl_ena: bne.b fmul_unfl_ena_sd # no, sgl or dbl # if the rnd mode is anything but RZ, then we have to re-do the above -# multiplication becuase we used RZ for all. +# multiplication because we used RZ for all. fmov.l L_SCR3(%a6),%fpcr # set FPCR fmul_unfl_ena_cont: diff --git a/sys/arch/m68k/060sp/pfpsp.s b/sys/arch/m68k/060sp/pfpsp.s index 4b4e522b263..4aca335bc9f 100644 --- a/sys/arch/m68k/060sp/pfpsp.s +++ b/sys/arch/m68k/060sp/pfpsp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: pfpsp.s,v 1.4 2003/11/07 10:36:08 miod Exp $ +# $OpenBSD: pfpsp.s,v 1.5 2003/12/16 01:08:50 deraadt Exp $ # $NetBSD: pfpsp.s,v 1.2 1996/05/15 19:49:12 is Exp $ # @@ -8255,7 +8255,7 @@ fmul_unfl_ena: bne.b fmul_unfl_ena_sd # no, sgl or dbl # if the rnd mode is anything but RZ, then we have to re-do the above -# multiplication becuase we used RZ for all. +# multiplication because we used RZ for all. fmov.l L_SCR3(%a6),%fpcr # set FPCR fmul_unfl_ena_cont: -- cgit v1.2.3