summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/puc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/puc.c b/sys/dev/pci/puc.c
index 27e963414f6..9c1503eeabd 100644
--- a/sys/dev/pci/puc.c
+++ b/sys/dev/pci/puc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: puc.c,v 1.6 2002/03/14 01:26:59 millert Exp $ */
+/* $OpenBSD: puc.c,v 1.7 2002/12/11 18:44:23 henning Exp $ */
/* $NetBSD: puc.c,v 1.3 1999/02/06 06:29:54 cgd Exp $ */
/*
@@ -165,7 +165,7 @@ puc_attach(parent, self, aux)
sc->sc_dev.dv_xname);
printf("%s: mesage buffer (via 'options MSGBUFSIZE=...'),\n",
sc->sc_dev.dv_xname);
- printf("%s: and report the result with send-pr\n",
+ printf("%s: and report the result with sendbug(1)\n",
sc->sc_dev.dv_xname);
#endif
return;