From 78fa62ff1bc0d66f0115b7147c4eb260ad22022a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 25 Mar 2015 09:18:48 +0100 Subject: nbd: Fix up comment after commit e140177 Signed-off-by: Markus Armbruster Message-Id: <1427271528-11624-1-git-send-email-armbru@redhat.com> Signed-off-by: Paolo Bonzini --- blockdev-nbd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'blockdev-nbd.c') diff --git a/blockdev-nbd.c b/blockdev-nbd.c index b29e456f1f..85cda4cfa7 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; -- cgit v1.2.1