summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c
index 1a14c25e943..3ae068289a5 100644
--- a/sys/dev/pci/pci_subr.c
+++ b/sys/dev/pci/pci_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_subr.c,v 1.8 1998/02/03 19:47:13 deraadt Exp $ */
+/* $OpenBSD: pci_subr.c,v 1.9 2001/01/16 23:35:31 d Exp $ */
/* $NetBSD: pci_subr.c,v 1.19 1996/10/13 01:38:29 christos Exp $ */
/*
@@ -286,7 +286,7 @@ pci_devinfo(id_reg, class_reg, showclass, cp)
cp += sprintf(cp, " (");
if (classp->name == NULL)
cp += sprintf(cp,
- "unknown class 0x%2x, subclass 0x%02x",
+ "unknown class 0x%02x, subclass 0x%02x",
class, subclass);
else {
cp += sprintf(cp, "class %s, ", classp->name);