Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/net/lib/libvirtif fix a type in a printf message



details:   https://anonhg.NetBSD.org/src/rev/864cc8c5140d
branches:  trunk
changeset: 770740:864cc8c5140d
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Oct 31 13:25:21 2011 +0000

description:
fix a type in a printf message

diffstat:

 sys/rump/net/lib/libvirtif/if_virt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 644a1fb8da62 -r 864cc8c5140d sys/rump/net/lib/libvirtif/if_virt.c
--- a/sys/rump/net/lib/libvirtif/if_virt.c      Mon Oct 31 13:23:55 2011 +0000
+++ b/sys/rump/net/lib/libvirtif/if_virt.c      Mon Oct 31 13:25:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_virt.c,v 1.24 2011/08/07 14:03:16 rmind Exp $       */
+/*     $NetBSD: if_virt.c,v 1.25 2011/10/31 13:25:21 yamt Exp $        */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.24 2011/08/07 14:03:16 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.25 2011/10/31 13:25:21 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/condvar.h>
@@ -279,7 +279,7 @@
                                goto again;
                        }
 
-                       printf("%s: read from /dev/tap failed. host if down?\n",
+                       printf("%s: read from /dev/tap failed. host is down?\n",
                            ifp->if_xname);
                        mutex_enter(&sc->sc_mtx);
                        /* could check if need go, done soon anyway */



Home | Main Index | Thread Index | Old Index