From: Markus Armbruster Date: Wed, 25 Mar 2015 08:18:48 +0000 (+0100) Subject: nbd: Fix up comment after commit e140177 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78fa62ff1bc0d66f0115b7147c4eb260ad22022a;p=qemu.git 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 --- 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;