summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_re_pci.c
diff options
context:
space:
mode:
authortom <tom@openbsd.org>2006-10-16 12:30:08 +0000
committertom <tom@openbsd.org>2006-10-16 12:30:08 +0000
commitdcd88536c0ea18699f0250eb8808ece0096d0c49 (patch)
tree0fd6741f6967da0345c9d08ed50675045e35ce6c /sys/dev/pci/if_re_pci.c
parentregen (diff)
downloadwireguard-openbsd-dcd88536c0ea18699f0250eb8808ece0096d0c49.tar.xz
wireguard-openbsd-dcd88536c0ea18699f0250eb8808ece0096d0c49.zip
Fix some "is is"s. ok otto@.
Diffstat (limited to 'sys/dev/pci/if_re_pci.c')
-rw-r--r--sys/dev/pci/if_re_pci.c4
1 files changed, 2 insertions, 2 deletions
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 <pvalchev@openbsd.org>
@@ -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;