From nobody@FreeBSD.org  Mon Feb 21 13:41:08 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2C9851065674
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Feb 2011 13:41:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1B9BD8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Feb 2011 13:41:08 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1LDf7p3037613
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Feb 2011 13:41:07 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p1LDf7mL037611;
	Mon, 21 Feb 2011 13:41:07 GMT
	(envelope-from nobody)
Message-Id: <201102211341.p1LDf7mL037611@red.freebsd.org>
Date: Mon, 21 Feb 2011 13:41:07 GMT
From: Eitan Adler <lists@eitanadler.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo fix #2 "is is" -> "is"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154934
>Category:       docs
>Synopsis:       typo fix #2 "is is" -> "is"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brucec
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 13:50:09 UTC 2011
>Closed-Date:    Sat Mar 05 04:34:18 UTC 2011
>Last-Modified:  Sat Mar  5 04:40:09 UTC 2011
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
I've been going through the source files with grep to find common typos.
While a lot of them only affect code comments some of them affect documentation or fortune files.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: usr.bin/tip/tip/tip.h
===================================================================
--- usr.bin/tip/tip/tip.h	(revision 218912)
+++ usr.bin/tip/tip/tip.h	(working copy)
@@ -259,7 +259,7 @@
 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 ~< */
Index: sbin/growfs/growfs.c
===================================================================
--- sbin/growfs/growfs.c	(revision 218912)
+++ sbin/growfs/growfs.c	(working copy)
@@ -646,7 +646,7 @@
 		/*
 		 * 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.
 		 */
Index: share/doc/psd/23.rpc/rpc.prog.ms
===================================================================
--- share/doc/psd/23.rpc/rpc.prog.ms	(revision 218912)
+++ share/doc/psd/23.rpc/rpc.prog.ms	(working copy)
@@ -71,7 +71,7 @@
 .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 is run.  It's probably best to
 think of this level as a way of
 .I using
 RPC, rather than as
Index: share/doc/papers/devfs/paper.me
===================================================================
--- share/doc/papers/devfs/paper.me	(revision 218912)
+++ share/doc/papers/devfs/paper.me	(working copy)
@@ -779,7 +779,7 @@
 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
Index: sys/fs/nullfs/null_vnops.c
===================================================================
--- sys/fs/nullfs/null_vnops.c	(revision 218912)
+++ sys/fs/nullfs/null_vnops.c	(working copy)
@@ -672,7 +672,7 @@
  * 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.
  */
Index: sys/net80211/ieee80211_ageq.c
===================================================================
--- sys/net80211/ieee80211_ageq.c	(revision 218912)
+++ sys/net80211/ieee80211_ageq.c	(working copy)
@@ -154,7 +154,7 @@
  * deltas (in seconds) relative to the head so we can check
  * and/or adjust only the head of the list.  If a frame's age
  * exceeds the time quanta then remove it.  The list of removed
- * frames is is returned to the caller joined by m_nextpkt.
+ * frames is returned to the caller joined by m_nextpkt.
  */
 struct mbuf *
 ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta)
Index: sys/x86/isa/clock.c
===================================================================
--- sys/x86/isa/clock.c	(revision 218912)
+++ sys/x86/isa/clock.c	(working copy)
@@ -475,7 +475,7 @@
 
 	/*
 	 * Use `i8254' instead of `timer' in external names because `timer'
-	 * is is too generic.  Should use it everywhere.
+	 * is too generic.  Should use it everywhere.
 	 */
 	freq = i8254_freq;
 	error = sysctl_handle_int(oidp, &freq, 0, req);
Index: sys/libkern/jenkins.h
===================================================================
--- sys/libkern/jenkins.h	(revision 218912)
+++ sys/libkern/jenkins.h	(working copy)
@@ -16,7 +16,7 @@
   the public domain.  It has no warranty.
 
   You probably want to use hashlittle().  hashlittle() and hashbig()
-  hash byte arrays.  hashlittle() is is faster than hashbig() on
+  hash byte arrays.  hashlittle() is faster than hashbig() on
   little-endian machines.  Intel and AMD are little-endian machines.
   On second thought, you probably want hashlittle2(), which is identical to
   hashlittle() except it returns two 32-bit hashes for the price of one.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Tue Feb 22 22:29:27 EST 2011 
Responsible-Changed-Why:  
assign to doc  

http://www.freebsd.org/cgi/query-pr.cgi?pr=154934 
State-Changed-From-To: open->patched 
State-Changed-By: brucec 
State-Changed-When: Wed Feb 23 09:22:59 UTC 2011 
State-Changed-Why:  
Committed to HEAD. 


Responsible-Changed-From-To: freebsd-doc->brucec 
Responsible-Changed-By: brucec 
Responsible-Changed-When: Wed Feb 23 09:22:59 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154934 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154934: commit references a PR
Date: Wed, 23 Feb 2011 09:22:40 +0000 (UTC)

 Author: brucec
 Date: Wed Feb 23 09:22:33 2011
 New Revision: 218965
 URL: http://svn.freebsd.org/changeset/base/218965
 
 Log:
   Fix typos - remove duplicate "is".
   
   PR:		docs/154934
   Submitted by:	Eitan Adler <lists at eitanadler.com>
   MFC after:	3 days
 
 Modified:
   head/sbin/growfs/growfs.c
   head/share/doc/papers/devfs/paper.me
   head/share/doc/psd/23.rpc/rpc.prog.ms
   head/sys/fs/nullfs/null_vnops.c
   head/sys/libkern/jenkins.h
   head/sys/net80211/ieee80211_ageq.c
   head/sys/x86/isa/clock.c
   head/usr.bin/tip/tip/tip.h
 
 Modified: head/sbin/growfs/growfs.c
 ==============================================================================
 --- head/sbin/growfs/growfs.c	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/sbin/growfs/growfs.c	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -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: head/share/doc/papers/devfs/paper.me
 ==============================================================================
 --- head/share/doc/papers/devfs/paper.me	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/share/doc/papers/devfs/paper.me	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -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: head/share/doc/psd/23.rpc/rpc.prog.ms
 ==============================================================================
 --- head/share/doc/psd/23.rpc/rpc.prog.ms	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/share/doc/psd/23.rpc/rpc.prog.ms	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -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 is run.  It's probably best to
  think of this level as a way of
  .I using
  RPC, rather than as
 
 Modified: head/sys/fs/nullfs/null_vnops.c
 ==============================================================================
 --- head/sys/fs/nullfs/null_vnops.c	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/sys/fs/nullfs/null_vnops.c	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -672,7 +672,7 @@ null_unlock(struct vop_unlock_args *ap)
   * 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: head/sys/libkern/jenkins.h
 ==============================================================================
 --- head/sys/libkern/jenkins.h	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/sys/libkern/jenkins.h	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -16,7 +16,7 @@
    the public domain.  It has no warranty.
  
    You probably want to use hashlittle().  hashlittle() and hashbig()
 -  hash byte arrays.  hashlittle() is is faster than hashbig() on
 +  hash byte arrays.  hashlittle() is faster than hashbig() on
    little-endian machines.  Intel and AMD are little-endian machines.
    On second thought, you probably want hashlittle2(), which is identical to
    hashlittle() except it returns two 32-bit hashes for the price of one.
 
 Modified: head/sys/net80211/ieee80211_ageq.c
 ==============================================================================
 --- head/sys/net80211/ieee80211_ageq.c	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/sys/net80211/ieee80211_ageq.c	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -154,7 +154,7 @@ ieee80211_ageq_drain_node(struct ieee802
   * deltas (in seconds) relative to the head so we can check
   * and/or adjust only the head of the list.  If a frame's age
   * exceeds the time quanta then remove it.  The list of removed
 - * frames is is returned to the caller joined by m_nextpkt.
 + * frames is returned to the caller joined by m_nextpkt.
   */
  struct mbuf *
  ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta)
 
 Modified: head/sys/x86/isa/clock.c
 ==============================================================================
 --- head/sys/x86/isa/clock.c	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/sys/x86/isa/clock.c	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -475,7 +475,7 @@ sysctl_machdep_i8254_freq(SYSCTL_HANDLER
  
  	/*
  	 * Use `i8254' instead of `timer' in external names because `timer'
 -	 * is is too generic.  Should use it everywhere.
 +	 * is too generic.  Should use it everywhere.
  	 */
  	freq = i8254_freq;
  	error = sysctl_handle_int(oidp, &freq, 0, req);
 
 Modified: head/usr.bin/tip/tip/tip.h
 ==============================================================================
 --- head/usr.bin/tip/tip/tip.h	Wed Feb 23 02:40:31 2011	(r218964)
 +++ head/usr.bin/tip/tip/tip.h	Wed Feb 23 09:22:33 2011	(r218965)
 @@ -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 ~< */
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154934: commit references a PR
Date: Sat, 26 Feb 2011 10:29:59 +0000 (UTC)

 Author: brucec
 Date: Sat Feb 26 10:29:53 2011
 New Revision: 219049
 URL: http://svn.freebsd.org/changeset/base/219049
 
 Log:
   MFC r218965:
   
   Fix typos - remove duplicate "is".
   
   PR:		docs/154934
   Submitted by:	Eitan Adler <lists at eitanadler.com>
 
 Modified:
   stable/8/sbin/growfs/growfs.c
   stable/8/share/doc/papers/devfs/paper.me
   stable/8/sys/fs/nullfs/null_vnops.c
   stable/8/sys/libkern/jenkins.h
   stable/8/sys/net80211/ieee80211_ageq.c
   stable/8/sys/x86/isa/clock.c
   stable/8/usr.bin/tip/tip/tip.h
 Directory Properties:
   stable/8/sbin/growfs/   (props changed)
   stable/8/share/doc/papers/devfs/   (props changed)
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/usr.bin/tip/   (props changed)
 
 Modified: stable/8/sbin/growfs/growfs.c
 ==============================================================================
 --- stable/8/sbin/growfs/growfs.c	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/sbin/growfs/growfs.c	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -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/8/share/doc/papers/devfs/paper.me
 ==============================================================================
 --- stable/8/share/doc/papers/devfs/paper.me	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/share/doc/papers/devfs/paper.me	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -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/8/sys/fs/nullfs/null_vnops.c
 ==============================================================================
 --- stable/8/sys/fs/nullfs/null_vnops.c	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/sys/fs/nullfs/null_vnops.c	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -672,7 +672,7 @@ null_unlock(struct vop_unlock_args *ap)
   * 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/8/sys/libkern/jenkins.h
 ==============================================================================
 --- stable/8/sys/libkern/jenkins.h	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/sys/libkern/jenkins.h	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -16,7 +16,7 @@
    the public domain.  It has no warranty.
  
    You probably want to use hashlittle().  hashlittle() and hashbig()
 -  hash byte arrays.  hashlittle() is is faster than hashbig() on
 +  hash byte arrays.  hashlittle() is faster than hashbig() on
    little-endian machines.  Intel and AMD are little-endian machines.
    On second thought, you probably want hashlittle2(), which is identical to
    hashlittle() except it returns two 32-bit hashes for the price of one.
 
 Modified: stable/8/sys/net80211/ieee80211_ageq.c
 ==============================================================================
 --- stable/8/sys/net80211/ieee80211_ageq.c	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/sys/net80211/ieee80211_ageq.c	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -154,7 +154,7 @@ ieee80211_ageq_drain_node(struct ieee802
   * deltas (in seconds) relative to the head so we can check
   * and/or adjust only the head of the list.  If a frame's age
   * exceeds the time quanta then remove it.  The list of removed
 - * frames is is returned to the caller joined by m_nextpkt.
 + * frames is returned to the caller joined by m_nextpkt.
   */
  struct mbuf *
  ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta)
 
 Modified: stable/8/sys/x86/isa/clock.c
 ==============================================================================
 --- stable/8/sys/x86/isa/clock.c	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/sys/x86/isa/clock.c	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -622,7 +622,7 @@ sysctl_machdep_i8254_freq(SYSCTL_HANDLER
  
  	/*
  	 * Use `i8254' instead of `timer' in external names because `timer'
 -	 * is is too generic.  Should use it everywhere.
 +	 * is too generic.  Should use it everywhere.
  	 */
  	freq = i8254_freq;
  	error = sysctl_handle_int(oidp, &freq, 0, req);
 
 Modified: stable/8/usr.bin/tip/tip/tip.h
 ==============================================================================
 --- stable/8/usr.bin/tip/tip/tip.h	Sat Feb 26 09:28:52 2011	(r219048)
 +++ stable/8/usr.bin/tip/tip/tip.h	Sat Feb 26 10:29:53 2011	(r219049)
 @@ -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 ~< */
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154934: commit references a PR
Date: Sat,  5 Mar 2011 04:27:22 +0000 (UTC)

 Author: brucec
 Date: Sat Mar  5 04:27:02 2011
 New Revision: 219300
 URL: http://svn.freebsd.org/changeset/base/219300
 
 Log:
   MFC r218965, 219055:
   
   Fix typos - remove duplicate "is".
   
   PR:		docs/154934
 
 Modified:
   stable/8/lib/libc/rpc/PSD.doc/rpc.prog.ms
 Directory Properties:
   stable/8/lib/libc/   (props changed)
   stable/8/lib/libc/stdtime/   (props changed)
 
 Modified: stable/8/lib/libc/rpc/PSD.doc/rpc.prog.ms
 ==============================================================================
 --- stable/8/lib/libc/rpc/PSD.doc/rpc.prog.ms	Sat Mar  5 04:19:38 2011	(r219299)
 +++ stable/8/lib/libc/rpc/PSD.doc/rpc.prog.ms	Sat Mar  5 04:27:02 2011	(r219300)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brucec 
State-Changed-When: Sat Mar 5 04:34:00 UTC 2011 
State-Changed-Why:  
Merged to stable/7 and stable/8. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154934 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154934: commit references a PR
Date: Sat,  5 Mar 2011 04:33:56 +0000 (UTC)

 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 ~< */
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
