From dcd88536c0ea18699f0250eb8808ece0096d0c49 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 16 Oct 2006 12:30:08 +0000 Subject: Fix some "is is"s. ok otto@. --- sys/dev/pci/if_re_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_re_pci.c') diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index 2795f1acedc..de2f10d5a35 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.16 2006/08/06 01:01:21 brad Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.17 2006/10/16 12:30:08 tom Exp $ */ /* * Copyright (c) 2005 Peter Valchev @@ -146,7 +146,7 @@ re_pci_attach(struct device *parent, struct device *self, void *aux) irq = pci_conf_read(pc, pa->pa_tag, RL_PCI_INTLINE); /* Reset the power state. */ - printf(": chip is is in D%d power mode " + printf(": chip is in D%d power mode " "-- setting to D0", command & RL_PSTATE_MASK); command &= 0xFFFFFFFC; -- cgit v1.2.3-59-g8ed1b