From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqhcx-0001fQ-9Q for qemu-devel@nongnu.org; Thu, 14 Apr 2016 09:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqhct-0003Ke-Gg for qemu-devel@nongnu.org; Thu, 14 Apr 2016 09:48:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqhct-0003KV-Bc for qemu-devel@nongnu.org; Thu, 14 Apr 2016 09:48:07 -0400 Date: Thu, 14 Apr 2016 16:48:02 +0300 From: "Michael S. Tsirkin" Message-ID: <1460641658-18561-3-git-send-email-mst@redhat.com> References: <1460641658-18561-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1460641658-18561-1-git-send-email-mst@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 2/6] specs/vhost-user: spelling fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?us-ascii?B?PT9VVEYtOD9xP01hcmMtQW5kcj1DMz1BOT0yMEx1cmVhdT89?= , Yuanhan Liu , Changchun Ouyang , Nikolay Nikolaev From: Marc-Andr=E9 Lureau Signed-off-by: Marc-Andr=E9 Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- docs/specs/vhost-user.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index 4778241..777c49c 100644 --- a/docs/specs/vhost-user.txt +++ b/docs/specs/vhost-user.txt @@ -438,7 +438,7 @@ Message types Slave payload: u64 =20 Query how many queues the backend supports. This request should be - sent only when VHOST_USER_PROTOCOL_F_MQ is set in quried protocol + sent only when VHOST_USER_PROTOCOL_F_MQ is set in queried protocol features by VHOST_USER_GET_PROTOCOL_FEATURES. =20 * VHOST_USER_SET_VRING_ENABLE --=20 MST