From: Hasso Tepper Date: Tue, 26 Jun 2007 07:47:28 +0000 (+0000) Subject: Nuke "is is" stammering. X-Git-Tag: v2.0.1~2752 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/c045389b66758042a437c8db5739e4ea38510ccc Nuke "is is" stammering. --- diff --git a/sys/dev/netif/re/if_re.c b/sys/dev/netif/re/if_re.c index 6e111a673d..c11c9ff896 100644 --- a/sys/dev/netif/re/if_re.c +++ b/sys/dev/netif/re/if_re.c @@ -33,7 +33,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/dev/re/if_re.c,v 1.25 2004/06/09 14:34:01 naddy Exp $ - * $DragonFly: src/sys/dev/netif/re/if_re.c,v 1.32 2007/03/30 14:15:58 sephe Exp $ + * $DragonFly: src/sys/dev/netif/re/if_re.c,v 1.33 2007/06/26 07:47:28 hasso Exp $ */ /* @@ -1094,7 +1094,7 @@ re_attach(device_t dev) irq = pci_read_config(dev, PCIR_INTLINE, 4); /* Reset the power state. */ - device_printf(dev, "chip is is in D%d power mode " + device_printf(dev, "chip is in D%d power mode " "-- setting to D0\n", pci_get_powerstate(dev)); pci_set_powerstate(dev, PCI_POWERSTATE_D0); diff --git a/sys/dev/netif/rl/if_rl.c b/sys/dev/netif/rl/if_rl.c index 2d5da4c826..ecafe26dda 100644 --- a/sys/dev/netif/rl/if_rl.c +++ b/sys/dev/netif/rl/if_rl.c @@ -30,7 +30,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/pci/if_rl.c,v 1.38.2.16 2003/03/05 18:42:33 njl Exp $ - * $DragonFly: src/sys/dev/netif/rl/if_rl.c,v 1.35 2007/05/13 18:33:57 swildner Exp $ + * $DragonFly: src/sys/dev/netif/rl/if_rl.c,v 1.36 2007/06/26 07:47:28 hasso Exp $ */ /* @@ -767,7 +767,7 @@ rl_attach(device_t dev) irq = pci_read_config(dev, RL_PCI_INTLINE, 4); /* Reset the power state. */ - device_printf(dev, "chip is is in D%d power mode " + device_printf(dev, "chip is in D%d power mode " "-- setting to D0\n", pci_get_powerstate(dev)); pci_set_powerstate(dev, PCI_POWERSTATE_D0); diff --git a/sys/vfs/ufs/softdep.h b/sys/vfs/ufs/softdep.h index a4e0bb3d47..c99396afdf 100644 --- a/sys/vfs/ufs/softdep.h +++ b/sys/vfs/ufs/softdep.h @@ -37,7 +37,7 @@ * * @(#)softdep.h 9.7 (McKusick) 6/21/00 * $FreeBSD: src/sys/ufs/ffs/softdep.h,v 1.7.2.1 2000/06/22 19:27:42 peter Exp $ - * $DragonFly: src/sys/vfs/ufs/softdep.h,v 1.5 2006/04/03 02:02:37 dillon Exp $ + * $DragonFly: src/sys/vfs/ufs/softdep.h,v 1.6 2007/06/26 07:47:28 hasso Exp $ */ #include @@ -375,7 +375,7 @@ struct allocindir { * The "freefrag" structure is constructed and attached when the replacement * block is first allocated. It is processed after the inode claiming the * bigger block that replaces it has been written to disk. Note that the - * ff_state field is is used to store the uid, so may lose data. However, + * ff_state field is used to store the uid, so may lose data. However, * the uid is used only in printing an error message, so is not critical. * Keeping it in a short keeps the data structure down to 32 bytes. */ diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 79162b4356..543db32c08 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -34,7 +34,7 @@ * The Regents of the University of California. All rights reserved. * @(#)unifdef.c 8.1 (Berkeley) 6/6/93 * - * $DragonFly: src/usr.bin/unifdef/unifdef.c,v 1.3 2005/07/25 17:51:36 hmp Exp $ + * $DragonFly: src/usr.bin/unifdef/unifdef.c,v 1.4 2007/06/26 07:47:28 hasso Exp $ * $FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.20 2005/05/21 09:55:09 ru Exp $ * $NetBSD: unifdef.c,v 1.8 2000/07/03 02:51:36 matt Exp $ * $dotat: things/unifdef.c,v 1.171 2005/03/08 12:38:48 fanf2 Exp $" @@ -885,7 +885,7 @@ skipsym(const char *cp) } /* - * Look for the symbol in the symbol table. If is is found, we return + * Look for the symbol in the symbol table. If it is found, we return * the symbol table index, else we return -1. */ static int