diff options
author | 2009-01-11 15:06:52 +0000 | |
---|---|---|
committer | 2009-01-11 15:06:52 +0000 | |
commit | 416353218c9e4bf4df7804e764354ccd1f836523 (patch) | |
tree | b149fd4e36dd2467cd0000b92ebc0bd28a745b74 /sys | |
parent | allow one more level of connections (3 instead of 2) away from DACs (diff) | |
download | wireguard-openbsd-416353218c9e4bf4df7804e764354ccd1f836523.tar.xz wireguard-openbsd-416353218c9e4bf4df7804e764354ccd1f836523.zip |
Fix pasto in debug message.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/dev/vnet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vnet.c b/sys/arch/sparc64/dev/vnet.c index 7374bc88b3c..f708fb1ef0d 100644 --- a/sys/arch/sparc64/dev/vnet.c +++ b/sys/arch/sparc64/dev/vnet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnet.c,v 1.7 2009/01/10 20:32:37 kettenis Exp $ */ +/* $OpenBSD: vnet.c,v 1.8 2009/01/11 15:06:52 kettenis Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -524,7 +524,7 @@ vnet_rx_vio_attr_info(struct vnet_softc *sc, struct vio_msg_tag *tag) break; default: - DPRINTF(("CTRL/0x%02x/VER_INFO\n", ai->tag.stype)); + DPRINTF(("CTRL/0x%02x/ATTR_INFO\n", ai->tag.stype)); break; } } |