Spell occurred correctly.
This commit is contained in:
parent
a69a3cc5ec
commit
6f6fe2f3ad
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: expr.y,v 1.24 2001/02/04 19:51:14 christos Exp $ */
|
/* $NetBSD: expr.y,v 1.25 2001/04/25 02:33:09 simonb Exp $ */
|
||||||
|
|
||||||
/*_
|
/*_
|
||||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
%{
|
%{
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
__RCSID("$NetBSD: expr.y,v 1.24 2001/02/04 19:51:14 christos Exp $");
|
__RCSID("$NetBSD: expr.y,v 1.25 2001/04/25 02:33:09 simonb Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -184,7 +184,7 @@ expr: item { $$ = $1; }
|
||||||
/* very simplistic check for over-& underflow */
|
/* very simplistic check for over-& underflow */
|
||||||
if ((res < 0 && l > 0 && r > 0 && l > r)
|
if ((res < 0 && l > 0 && r > 0 && l > r)
|
||||||
|| (res > 0 && l < 0 && r < 0 && l < r)) {
|
|| (res > 0 && l < 0 && r < 0 && l < r)) {
|
||||||
yyerror("integer overflow or underflow occured\
|
yyerror("integer overflow or underflow occurred\
|
||||||
for operation '%s %s %s'", $1, $2, $3);
|
for operation '%s %s %s'", $1, $2, $3);
|
||||||
/* NOTREACHED */
|
/* NOTREACHED */
|
||||||
}
|
}
|
||||||
|
@ -194,7 +194,7 @@ expr: item { $$ = $1; }
|
||||||
/* very simplistic check for over-& underflow */
|
/* very simplistic check for over-& underflow */
|
||||||
if ((res < 0 && l > 0 && l > r)
|
if ((res < 0 && l > 0 && l > r)
|
||||||
|| (res > 0 && l < 0 && l < r) ) {
|
|| (res > 0 && l < 0 && l < r) ) {
|
||||||
yyerror("integer overflow or underflow occured\
|
yyerror("integer overflow or underflow occurred\
|
||||||
for operation '%s %s %s'", $1, $2, $3);
|
for operation '%s %s %s'", $1, $2, $3);
|
||||||
/* NOTREACHED */
|
/* NOTREACHED */
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: msg.mi.en,v 1.81 2001/02/26 16:32:53 abs Exp $ */
|
/* $NetBSD: msg.mi.en,v 1.82 2001/04/25 02:33:10 simonb Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -578,7 +578,7 @@ message endtar
|
||||||
Your installation is incomplete.
|
Your installation is incomplete.
|
||||||
|
|
||||||
You selected %d distribution sets. %d sets couldn't be found
|
You selected %d distribution sets. %d sets couldn't be found
|
||||||
and %d were skipped after an error occured. Of the %d
|
and %d were skipped after an error occurred. Of the %d
|
||||||
that were attempted, %d unpacked without errors and %d with errors.
|
that were attempted, %d unpacked without errors and %d with errors.
|
||||||
|
|
||||||
The installation is aborted. Please recheck your distribution source
|
The installation is aborted. Please recheck your distribution source
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: warp.c,v 1.6 1998/09/11 14:28:28 hubertf Exp $ */
|
/* $NetBSD: warp.c,v 1.7 2001/04/25 02:33:10 simonb Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1980, 1993
|
* Copyright (c) 1980, 1993
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)warp.c 8.1 (Berkeley) 5/31/93";
|
static char sccsid[] = "@(#)warp.c 8.1 (Berkeley) 5/31/93";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: warp.c,v 1.6 1998/09/11 14:28:28 hubertf Exp $");
|
__RCSID("$NetBSD: warp.c,v 1.7 2001/04/25 02:33:10 simonb Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ double d;
|
||||||
/* test for just a lot of damage */
|
/* test for just a lot of damage */
|
||||||
if (percent < 80)
|
if (percent < 80)
|
||||||
lose(L_TOOFAST);
|
lose(L_TOOFAST);
|
||||||
printf("Equilibrium restored -- extreme damage occured to ship systems\n");
|
printf("Equilibrium restored -- extreme damage occurred to ship systems\n");
|
||||||
for (i = 0; i < NDEV; i++)
|
for (i = 0; i < NDEV; i++)
|
||||||
damage(i, (3.0 * (franf() + franf()) + 1.0) * Param.damfac[i]);
|
damage(i, (3.0 * (franf() + franf()) + 1.0) * Param.damfac[i]);
|
||||||
Ship.shldup = 0;
|
Ship.shldup = 0;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: locore.s,v 1.114 2001/04/09 21:15:42 eeh Exp $ */
|
/* $NetBSD: locore.s,v 1.115 2001/04/25 02:33:08 simonb Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996-2000 Eduardo Horvath
|
* Copyright (c) 1996-2000 Eduardo Horvath
|
||||||
* Copyright (c) 1996 Paul Kranenburg
|
* Copyright (c) 1996 Paul Kranenburg
|
||||||
|
@ -7686,7 +7686,7 @@ Lcopyfault:
|
||||||
nop
|
nop
|
||||||
restore
|
restore
|
||||||
.data
|
.data
|
||||||
1: .asciz "copyfault: fault occured\n"
|
1: .asciz "copyfault: fault occurred\n"
|
||||||
_ALIGN
|
_ALIGN
|
||||||
.text
|
.text
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: edc_mca.c,v 1.7 2001/04/24 09:15:06 jdolecek Exp $ */
|
/* $NetBSD: edc_mca.c,v 1.8 2001/04/25 02:33:09 simonb Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
|
@ -765,7 +765,7 @@ static const char * const edc_dev_errors[] = {
|
||||||
"Bad Format",
|
"Bad Format",
|
||||||
"Volume Overflow",
|
"Volume Overflow",
|
||||||
"No Data AM Found",
|
"No Data AM Found",
|
||||||
"Block not found (No ID AM or ID CRC error occured)",
|
"Block not found (No ID AM or ID CRC error occurred)",
|
||||||
"Reserved",
|
"Reserved",
|
||||||
"Reserved",
|
"Reserved",
|
||||||
"No ID found on track (ID search)",
|
"No ID found on track (ID search)",
|
||||||
|
|
Loading…
Reference in New Issue