From patchwork Mon Nov 7 03:20:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alain Leon X-Patchwork-Id: 16962 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 2F7BF5587; Mon, 7 Nov 2016 04:20:25 +0100 (CET) Received: from mail-qt0-f195.google.com (mail-qt0-f195.google.com [209.85.216.195]) by dpdk.org (Postfix) with ESMTP id CE3EB5582 for ; Mon, 7 Nov 2016 04:20:22 +0100 (CET) Received: by mail-qt0-f195.google.com with SMTP id l20so5283011qta.1 for ; Sun, 06 Nov 2016 19:20:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=i8PLs2Zsc9JBeEODheJRcxjvPvWC61wFrLSfFx6yaRA=; b=woKnoJn0RNYocTE+wicioO/pFpp1c4/BgkcGTDHNPy6jKFgl76H6LpINjHtSwE1Pvi kaYw4SND/vGji8SJLMy+AZv7vVADJA8EEaUPaQNGznET17l5/5Ahk39xWvJSpgpEAoTJ a2aEfCaYgPNmpoz3hM8q69BCpi7RNcZFpWYBZAWuSdhlZHdNLVfTnP4ma40wit8lmNyO JktQSSK0pltNOBILT9T9zYZsjF6i5Xkon5+luuktkvJci59sP73COaEnSFkjQ+cbL3C1 jDoS7KmwZA8UVyyLC0QCR3STLAOLun5UdD2QK/MxZCbK9OCVA7+B/BwRQkKUNRNul7iz DS/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=i8PLs2Zsc9JBeEODheJRcxjvPvWC61wFrLSfFx6yaRA=; b=eTlgMOJypjO/VrnSxq37pmZ10auxN9apWJaXD0PEsFtZiNOx6UN2ZecGqFPHN7Vt+1 dYnnHdYpv2TGW0gBg+aPirS0z081a/2evwRUGupq4K3zDafjZFQFM0lj+JkrEYWBeFRM a4ieZGNnDkheyb0mu7Tya0kUqEHD81XTEBth20PRpD0+7vH8es5b+LE3xosNeAnYf4OD NarFMBcha88BUiAHxZFV9vi0fBOrbZ8k7qHTt72OF1IupCadjFUxp03qqHPnv3iDSPN/ JwbvUQxtP+mD0qFE6TJdZrMQPl+KFuqAwtRM6wgH33X5Z2dZyzEsSxRcZVyhTe/pdbxP TUSw== X-Gm-Message-State: ABUngvdUeIL0SxnDhHEIMxVSWpl42yR6fwyV4GMcnD3wnb0LRUMJU+WJOjBvkimKjxv8jw== X-Received: by 10.237.62.202 with SMTP id o10mr4882589qtf.2.1478488822106; Sun, 06 Nov 2016 19:20:22 -0800 (PST) Received: from pinetree.ec2.internal (ec2-54-172-20-143.compute-1.amazonaws.com. [54.172.20.143]) by smtp.gmail.com with ESMTPSA id o190sm15323770qke.5.2016.11.06.19.20.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 06 Nov 2016 19:20:21 -0800 (PST) From: Alain Leon To: dev@dpdk.org Cc: Alain Leon Date: Mon, 7 Nov 2016 03:20:19 +0000 Message-Id: <1478488819-15050-1-git-send-email-xerebz@gmail.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] doc: fix typos X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes typos present in the documentation and code comments. Signed-off-by: Alain Leon Acked-by: John McNamara --- doc/guides/prog_guide/overview.rst | 2 +- lib/librte_kni/rte_kni.h | 2 +- lib/librte_mbuf/rte_mbuf.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/overview.rst b/doc/guides/prog_guide/overview.rst index 68cc75c..9986e3c 100644 --- a/doc/guides/prog_guide/overview.rst +++ b/doc/guides/prog_guide/overview.rst @@ -157,7 +157,7 @@ The mbuf library provides the facility to create and destroy buffers that may be used by the DPDK application to store message buffers. The message buffers are created at startup time and stored in a mempool, using the DPDK mempool library. -This library provide an API to allocate/free mbufs, manipulate control message buffers (ctrlmbuf) which are generic message buffers, +This library provides an API to allocate/free mbufs, manipulate control message buffers (ctrlmbuf) which are generic message buffers, and packet buffers (pktmbuf) which are used to carry network packets. Network Packet Buffer Management is described in :ref:`Mbuf Library `. diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index 5f6f9e4..37deb47 100644 --- a/lib/librte_kni/rte_kni.h +++ b/lib/librte_kni/rte_kni.h @@ -42,7 +42,7 @@ * interfaces that may be used by the RTE application to receive/transmit * packets from/to Linux kernel net interfaces. * - * This library provide two APIs to burst receive packets from KNI interfaces, + * This library provides two APIs to burst receive packets from KNI interfaces, * and burst transmit packets to KNI interfaces. */ diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h index 109e666..ead7c6e 100644 --- a/lib/librte_mbuf/rte_mbuf.h +++ b/lib/librte_mbuf/rte_mbuf.h @@ -44,7 +44,7 @@ * buffers. The message buffers are stored in a mempool, using the * RTE mempool library. * - * This library provide an API to allocate/free packet mbufs, which are + * This library provides an API to allocate/free packet mbufs, which are * used to carry network packets. * * To understand the concepts of packet buffers or mbufs, you