Various typo fixes from Jonathon Gray via jmc@openbsd.

This commit is contained in:
wiz 2003-11-17 11:16:10 +00:00
parent d3730f1c68
commit 4bbfee09ca
13 changed files with 29 additions and 29 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sftp-int.c,v 1.17 2003/07/10 01:09:47 lukem Exp $ */
/* $NetBSD: sftp-int.c,v 1.18 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 2001,2002 Damien Miller. All rights reserved.
*
@ -27,7 +27,7 @@
#include "includes.h"
RCSID("$OpenBSD: sftp-int.c,v 1.57 2003/03/05 22:33:43 markus Exp $");
__RCSID("$NetBSD: sftp-int.c,v 1.17 2003/07/10 01:09:47 lukem Exp $");
__RCSID("$NetBSD: sftp-int.c,v 1.18 2003/11/17 11:16:10 wiz Exp $");
#include <glob.h>
@ -54,7 +54,7 @@ extern int num_requests;
/* This is set to 0 if the progressmeter is not desired. */
int showprogress = 1;
/* Seperators for interactive commands */
/* Separators for interactive commands */
#define WHITESPACE " \t\r\n"
/* Commands for interactive mode */

View File

@ -1,4 +1,4 @@
/* $NetBSD: getpar.h,v 1.7 2003/08/07 09:37:51 agc Exp $ */
/* $NetBSD: getpar.h,v 1.8 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@ -32,7 +32,7 @@
*/
typedef void (*cmdfun) __P((int));
struct cvntab /* used for getcodpar() paramater list */
struct cvntab /* used for getcodpar() parameter list */
{
const char *abrev;
const char *full;

View File

@ -9,7 +9,7 @@
/* Modification by Jens Kupferschmidt (Cu)
* I have included directive PARA for shared memory computers.
* I have included a directive LONGCRYPT to using this routine to cipher
* passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN
* passwords with more than 8 bytes like HP-UX 10.x it used. The MAXPLEN
* definition is the maximum of length of password and can changed. I have
* defined 24.
*/

View File

@ -1,7 +1,7 @@
Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
instead of the default 4.
RISC1 and RISC2 are 2 alternatives for the inner loop and
PTR means to use pointers arithmatic instead of arrays.
PTR means to use pointers arithmetic instead of arrays.
FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - assembler 577,000 4620k/s
IRIX 6.2 - R10000 195mhz - cc (-O3 -n32) - UNROLL RISC2 PTR 496,000 3968k/s

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.14 2003/08/07 09:46:51 agc Exp $ */
/* $NetBSD: defs.h,v 1.15 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@ -153,7 +153,7 @@ typedef struct {
/*
* Tricky code here. What we want to know is if the MY_STATE_WILL
* and MY_WANT_STATE_WILL bits have the same value. Since the two
* bits are adjacent, a little arithmatic will show that by adding
* bits are adjacent, a little arithmetic will show that by adding
* in the lower bit, the upper bit will be set if the two bits were
* different, and clear if they were the same.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: ts.c,v 1.27 2003/08/07 16:30:14 agc Exp $ */
/* $NetBSD: ts.c,v 1.28 2003/11/17 11:16:10 wiz Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.27 2003/08/07 16:30:14 agc Exp $");
__KERNEL_RCSID(0, "$NetBSD: ts.c,v 1.28 2003/11/17 11:16:10 wiz Exp $");
#define TS11_COMPAT /* don't use extended features provided by TS05 */
@ -490,7 +490,7 @@ tsstart (sc, bp)
/*
* For some reasons which I don't (yet? :) understand,
* tmscp.c initiates in this situation a GET-UNIT
* command. (Because no data-buffers are neccess. ??)
* command. (Because no data-buffers are necessary?)
*/
cmd = TS_CMD_STAT;
goto do_cmd;

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic6360reg.h,v 1.1 1997/10/06 19:49:18 christos Exp $ */
/* $NetBSD: aic6360reg.h,v 1.2 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved.
@ -50,7 +50,7 @@
* Charles Hannum (mycroft@duality.gnu.ai.mit.edu). Thanks a million!
*/
/* Definitions, most of them has turned out to be unneccesary, but here they
/* Definitions, most of them have turned out to be unnecessary, but here they
* are anyway.
*/

View File

@ -1,4 +1,4 @@
# $NetBSD: vnode_if.src,v 1.35 2003/06/29 22:31:36 fvdl Exp $
# $NetBSD: vnode_if.src,v 1.36 2003/11/17 11:16:10 wiz Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@ -40,7 +40,7 @@
# protocol used by each vop call. The first column is the name of
# the variable, the remaining three columns are in, out and error
# respectively. The "in" column defines the lock state on input,
# the "out" column defines the state on succesful return, and the
# the "out" column defines the state on successful return, and the
# "error" column defines the locking state on error exit.
#
# The locking value can take the following values:

View File

@ -1,4 +1,4 @@
/* $NetBSD: layer_vnops.c,v 1.11 2003/08/07 16:32:36 agc Exp $ */
/* $NetBSD: layer_vnops.c,v 1.12 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 1999 National Aeronautics & Space Administration
@ -67,7 +67,7 @@
*
* Ancestors:
* @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92
* $Id: layer_vnops.c,v 1.11 2003/08/07 16:32:36 agc Exp $
* $Id: layer_vnops.c,v 1.12 2003/11/17 11:16:10 wiz Exp $
* ...and...
* @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
*/
@ -78,7 +78,7 @@
* (See mount_null(8) for more information.)
*
* The layer.h, layer_extern.h, layer_vfs.c, and layer_vnops.c files provide
* the core implimentation of the null file system and most other stacked
* the core implementation of the null file system and most other stacked
* fs's. The description below refers to the null file system, but the
* services provided by the layer* files are useful for all layered fs's.
*
@ -232,7 +232,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: layer_vnops.c,v 1.11 2003/08/07 16:32:36 agc Exp $");
__KERNEL_RCSID(0, "$NetBSD: layer_vnops.c,v 1.12 2003/11/17 11:16:10 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: tags.c,v 1.4 2003/07/26 16:02:25 mrg Exp $ */
/* $NetBSD: tags.c,v 1.5 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (C) 1984-2002 Mark Nudelman
@ -659,7 +659,7 @@ prevgtag()
/*
* Position the current file at at what is hopefully the tag that was chosen
* using either findtag() or one of nextgtag() and prevgtag(). Returns -1
* if it was unable to position at the tag, 0 if succesful.
* if it was unable to position at the tag, 0 if successful.
*/
static POSITION
gtagsearch()

View File

@ -1,4 +1,4 @@
/* $NetBSD: telnet.c,v 1.26 2003/08/07 11:16:11 agc Exp $ */
/* $NetBSD: telnet.c,v 1.27 2003/11/17 11:16:10 wiz Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95";
#else
__RCSID("$NetBSD: telnet.c,v 1.26 2003/08/07 11:16:11 agc Exp $");
__RCSID("$NetBSD: telnet.c,v 1.27 2003/11/17 11:16:10 wiz Exp $");
#endif
#endif /* not lint */
@ -1958,7 +1958,7 @@ process_iac:
/*
* This is an error. We only expect to get
* "IAC IAC" or "IAC SE". Several things may
* have happend. An IAC was not doubled, the
* have happened. An IAC was not doubled, the
* IAC SE was left off, or another option got
* inserted into the suboption are all possibilities.
* If we assume that the IAC was not doubled,

View File

@ -1,4 +1,4 @@
/* $NetBSD: map3270.c,v 1.11 2003/09/29 09:50:22 wiz Exp $ */
/* $NetBSD: map3270.c,v 1.12 2003/11/17 11:16:10 wiz Exp $ */
/*-
* Copyright (c) 1988 The Regents of the University of California.
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)map3270.c 4.2 (Berkeley) 4/26/91";
#else
__RCSID("$NetBSD: map3270.c,v 1.11 2003/09/29 09:50:22 wiz Exp $");
__RCSID("$NetBSD: map3270.c,v 1.12 2003/11/17 11:16:10 wiz Exp $");
#endif
#endif /* not lint */
@ -77,7 +77,7 @@ __RCSID("$NetBSD: map3270.c,v 1.11 2003/09/29 09:50:22 wiz Exp $");
#define LEX_END_OF_FILE LEX_CARETED+1 /* end of file encountered */
#define LEX_ILLEGAL LEX_END_OF_FILE+1 /* trailing escape character */
/* the following is part of our character set dependancy... */
/* the following is part of our character set dependency... */
#define ESCAPE 0x1b
#define TAB 0x09
#define NEWLINE 0x0a

View File

@ -293,7 +293,7 @@ word 'scroll' refers to the action of the cursor within the file. However,
another legitimate use of the word refers to the action of the text on the
screen. That is, if the lines on your screen move up toward the top of the
screen, this would be 'scrolling the screen up'. If the lines move down
toward the bottom of the screen, this would be refered to as scrolling down.
toward the bottom of the screen, this would be referred to as scrolling down.
I have tried to maintain the following jargon: 'scrolling' refers to what the
text does on the screen, not to what the cursor does within the file. For the