diff options
Diffstat (limited to 'sys/kern/subr_bus.c')
| -rw-r--r-- | sys/kern/subr_bus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index f7fda58ab927..760e461b2db4 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: subr_bus.c,v 1.35 1999/08/11 22:55:39 peter Exp $ + * $Id: subr_bus.c,v 1.36 1999/08/14 05:11:01 wpaul Exp $ */ #include <sys/param.h> @@ -128,7 +128,7 @@ register_method(struct device_op_desc *desc) desc->offset = m->offset; desc->method = m; m->refs++; - PDEBUG(("methods %p has the same name, %s, with offset %d", + PDEBUG(("method %p has the same name, %s, with offset %d", (void *)m, desc->name, desc->offset)); return; } |
