svn commit: r219301 - in stable/7: lib/libc/rpc/PSD.doc sbin/growfs
share/doc/papers/devfs sys/fs/nullfs usr.bin/tip/tip
Bruce Cran
brucec at FreeBSD.org
Sat Mar 5 04:33:42 UTC 2011
Author: brucec
Date: Sat Mar 5 04:33:42 2011
New Revision: 219301
URL: http://svn.freebsd.org/changeset/base/219301
Log:
MFC r218965, r219055:
Fix typos - remove duplicate "is".
PR: docs/154934
Submitted by: Eitan Adler <lists at eitanadler.com>
Modified:
stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms
stable/7/sbin/growfs/growfs.c
stable/7/share/doc/papers/devfs/paper.me
stable/7/sys/fs/nullfs/null_vnops.c
stable/7/usr.bin/tip/tip/tip.h
Directory Properties:
stable/7/lib/libc/ (props changed)
stable/7/lib/libc/stdtime/ (props changed)
stable/7/sbin/growfs/ (props changed)
stable/7/share/doc/papers/devfs/ (props changed)
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/usr.bin/tip/ (props changed)
Modified: stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms
==============================================================================
--- stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms Sat Mar 5 04:27:02 2011 (r219300)
+++ stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms Sat Mar 5 04:33:42 2011 (r219301)
@@ -71,7 +71,7 @@ manual page.
.I "The Highest Layer:"
.IX RPC "The Highest Layer"
The highest layer is totally transparent to the operating system,
-machine and network upon which is is run. It's probably best to
+machine and network upon which it is run. It's probably best to
think of this level as a way of
.I using
RPC, rather than as
Modified: stable/7/sbin/growfs/growfs.c
==============================================================================
--- stable/7/sbin/growfs/growfs.c Sat Mar 5 04:27:02 2011 (r219300)
+++ stable/7/sbin/growfs/growfs.c Sat Mar 5 04:33:42 2011 (r219301)
@@ -646,7 +646,7 @@ cond_bl_upd(ufs2_daddr_t *block, struct
/*
* Copy the block back immediately.
*
- * XXX If src is is from an indirect block we have
+ * XXX If src is from an indirect block we have
* to implement copy on write here in case of
* active snapshots.
*/
Modified: stable/7/share/doc/papers/devfs/paper.me
==============================================================================
--- stable/7/share/doc/papers/devfs/paper.me Sat Mar 5 04:27:02 2011 (r219300)
+++ stable/7/share/doc/papers/devfs/paper.me Sat Mar 5 04:33:42 2011 (r219301)
@@ -779,7 +779,7 @@ The entry points to the device driver ar
structure, removing the need for the devsw[] array and allowing
device drivers to use separate entrypoints for various minor numbers.
.lp
-This is is very convenient for devices which have a ``control''
+This is very convenient for devices which have a ``control''
device for management and tuning. The control device, almost always
have entirely separate open/close/ioctl implementations [MD.C].
.lp
Modified: stable/7/sys/fs/nullfs/null_vnops.c
==============================================================================
--- stable/7/sys/fs/nullfs/null_vnops.c Sat Mar 5 04:27:02 2011 (r219300)
+++ stable/7/sys/fs/nullfs/null_vnops.c Sat Mar 5 04:33:42 2011 (r219301)
@@ -631,7 +631,7 @@ null_islocked(struct vop_islocked_args *
* as soon as possible.
*
* Note, we can't release any resources nor remove vnode from hash before
- * appropriate VXLOCK stuff is is done because other process can find this
+ * appropriate VXLOCK stuff is done because other process can find this
* vnode in hash during inactivation and may be sitting in vget() and waiting
* for null_inactive to unlock vnode. Thus we will do all those in VOP_RECLAIM.
*/
Modified: stable/7/usr.bin/tip/tip/tip.h
==============================================================================
--- stable/7/usr.bin/tip/tip/tip.h Sat Mar 5 04:27:02 2011 (r219300)
+++ stable/7/usr.bin/tip/tip/tip.h Sat Mar 5 04:33:42 2011 (r219301)
@@ -259,7 +259,7 @@ int intflag; /* recognized interrupt */
int stoprompt; /* for interrupting a prompt session */
int timedout; /* ~> transfer timedout */
int cumode; /* simulating the "cu" program */
-int bits8; /* terminal is is 8-bit mode */
+int bits8; /* terminal is 8-bit mode */
#define STRIP_PAR (bits8 ? 0377 : 0177)
char fname[PATH_MAX]; /* file name buffer for ~< */
More information about the svn-src-stable
mailing list