From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YahHV-0005Rc-8G for qemu-devel@nongnu.org; Wed, 25 Mar 2015 05:07:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YahHU-00046R-7d for qemu-devel@nongnu.org; Wed, 25 Mar 2015 05:07:21 -0400 From: Markus Armbruster Date: Wed, 25 Mar 2015 09:18:48 +0100 Message-Id: <1427271528-11624-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH] nbd: Fix up comment after commit e140177 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com Signed-off-by: Markus Armbruster --- blockdev-nbd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blockdev-nbd.c b/blockdev-nbd.c index b29e456..85cda4c 100644 --- a/blockdev-nbd.c +++ b/blockdev-nbd.c @@ -47,8 +47,9 @@ void qmp_nbd_server_start(SocketAddress *addr, Error **errp) } } -/* Hook into the BlockDriverState notifiers to close the export when - * the file is closed. +/* + * Hook into the BlockBackend notifiers to close the export when the + * backend is closed. */ typedef struct NBDCloseNotifier { Notifier n; -- 1.9.3