misc/154934: typo fix #2 "is is" -> "is"
Eitan Adler
lists at eitanadler.com
Mon Feb 21 13:50:10 UTC 2011
>Number: 154934
>Category: misc
>Synopsis: typo fix #2 "is is" -> "is"
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 21 13:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
More information about the freebsd-bugs
mailing list