From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id CCAE0A0547;
	Thu,  9 Sep 2021 19:58:14 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 492584118C;
	Thu,  9 Sep 2021 19:57:19 +0200 (CEST)
Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com
 [209.85.215.181])
 by mails.dpdk.org (Postfix) with ESMTP id 31BCA41182
 for <dev@dpdk.org>; Thu,  9 Sep 2021 19:57:17 +0200 (CEST)
Received: by mail-pg1-f181.google.com with SMTP id f129so2591569pgc.1
 for <dev@dpdk.org>; Thu, 09 Sep 2021 10:57:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=nm45sMhfUrYgZuV4D9Ch8SbmBJ1hxBdTlyPGnrPTaZE=;
 b=ynXsoXeoGOnsyVnmcGyXOrxxEdKiQGZGW06cwM3Ev8zFHJvtajtAPUPb73BAa8LjQt
 8stMvQzSct6rN3Dtq30YPlddrkbrak9EWUtMCxdLnRoDCSWTUEeT2fGmPbJ72Uqioo8I
 fud7HPXKdrBxXv/xRcIjAvFjKVVGJ/XbDQey12cKVpBDgsK6g9ZB2z/lh+ZVxXKptbjP
 BiH0rZ8KkevjEMouKva+UQtSVCz6pk/p9SjafSRx5aCXDfH29nisCpXy5vOI9VIInA0C
 sZWNE4DIEHH5oWbUXaekrF+OJhU7NZhFSAjWSYsvkwoxDwvnqz48DttvInkBy4qjNGz2
 ehdw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=nm45sMhfUrYgZuV4D9Ch8SbmBJ1hxBdTlyPGnrPTaZE=;
 b=c1XZcU5x/sRtaamOvQIdp625Zn8TD2lJdLjBdLlsHTQHQezb6IS8IfcEXQHSzvun4I
 bLulcFh8Fm6F1SLxJbp0vWm3GOM4HNCziORtMS9gFZIDj/bfzSzJjI8+KGvVvSO8cTaI
 YIP5vi7N1ukL5aXDVXdrSPeOdbsNvh68SgzI+SL4DevoR2ddc0PBdSYOM2brsnP46EQ/
 XorTxrcMfzCDE3yMyXLD8B60TJe0bJoEMQOeTVbmQrs1hvznmk7Aw/zS4saEgbxKp8T8
 Ciz4SDmiL2xtRMjrfQZqNmKup6MDJzfPxH5sQvsYazLLOCYfbcSGdargMgc/fo7TpExk
 gC6w==
X-Gm-Message-State: AOAM530dJJEppHj2wQ9Ood9YUl/Jz6vRm7iCKYDEmevX3nBXbVBpklps
 pN0JWQR8CHCs/dIJEHG/fYPqyBq24yExew==
X-Google-Smtp-Source: ABdhPJwwmds7PgioFZt/I8ZyjI5oaMcoK7fkYZljfo8IvBoXjQAa6oa/6iwzMXmiXDSl/6ua/iNhNA==
X-Received: by 2002:a63:e408:: with SMTP id a8mr3794417pgi.184.1631210236047; 
 Thu, 09 Sep 2021 10:57:16 -0700 (PDT)
Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123])
 by smtp.gmail.com with ESMTPSA id v25sm2772977pfm.202.2021.09.09.10.57.14
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Thu, 09 Sep 2021 10:57:15 -0700 (PDT)
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Date: Thu,  9 Sep 2021 10:56:45 -0700
Message-Id: <20210909175648.174258-16-stephen@networkplumber.org>
X-Mailer: git-send-email 2.30.2
In-Reply-To: <20210909175648.174258-1-stephen@networkplumber.org>
References: <20210909175648.174258-1-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH 15/18] vhost: fix typo in comment
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/vhost/rte_vhost.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h
index 8d875e932297..c36dfc705b04 100644
--- a/lib/vhost/rte_vhost.h
+++ b/lib/vhost/rte_vhost.h
@@ -776,7 +776,7 @@ rte_vhost_get_vhost_ring_inflight(int vid, uint16_t vring_idx,
 /**
  * Set split inflight descriptor.
  *
- * This function save descriptors that has been comsumed in available
+ * This function save descriptors that has been consumed in available
  * ring
  *
  * @param vid
@@ -796,7 +796,7 @@ rte_vhost_set_inflight_desc_split(int vid, uint16_t vring_idx,
 /**
  * Set packed inflight descriptor and get corresponding inflight entry
  *
- * This function save descriptors that has been comsumed
+ * This function save descriptors that has been consumed
  *
  * @param vid
  *  vhost device ID
-- 
2.30.2