From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 21 13:50:10 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A7B1065672 for ; Mon, 21 Feb 2011 13:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B83FD8FC14 for ; Mon, 21 Feb 2011 13:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1LDo9wF050402 for ; Mon, 21 Feb 2011 13:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1LDo9Kb050401; Mon, 21 Feb 2011 13:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 21 Feb 2011 13:50:09 GMT Resent-Message-Id: <201102211350.p1LDo9Kb050401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C9851065674 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/154934: typo fix #2 "is is" -> "is" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2011 13:50:10 -0000 >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: