Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/xen fix comment



details:   https://anonhg.NetBSD.org/src/rev/9b6dfe682652
branches:  trunk
changeset: 834532:9b6dfe682652
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Aug 15 15:49:15 2018 +0000

description:
fix comment

diffstat:

 sys/arch/xen/xen/xbd_xenbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6025633867ca -r 9b6dfe682652 sys/arch/xen/xen/xbd_xenbus.c
--- a/sys/arch/xen/xen/xbd_xenbus.c     Wed Aug 15 15:46:41 2018 +0000
+++ b/sys/arch/xen/xen/xbd_xenbus.c     Wed Aug 15 15:49:15 2018 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: xbd_xenbus.c,v 1.81 2018/08/15 15:18:34 jdolecek Exp $      */
+/*      $NetBSD: xbd_xenbus.c,v 1.82 2018/08/15 15:49:15 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xbd_xenbus.c,v 1.81 2018/08/15 15:18:34 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xbd_xenbus.c,v 1.82 2018/08/15 15:49:15 jdolecek Exp $");
 
 #include "opt_xen.h"
 
@@ -882,7 +882,7 @@
                            notify);
                        if (notify)
                                hypervisor_notify_via_evtchn(sc->sc_evtchn);
-                       /* request sent, no wait for completion */
+                       /* request sent, now wait for completion */
                        while (xbdreq->req_sync.s_done == 0) {
                                /* XXXSMP */
                                tsleep(xbdreq, PRIBIO, "xbdsync", 0);



Home | Main Index | Thread Index | Old Index