[dpdk-dev] doc: fix a typo in programmer's guide

Message ID 20171127090215.13688-1-gnnnnng@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Gong Deli Nov. 27, 2017, 9:02 a.m. UTC
  Fix the mismatch of two table's title and content

Signed-off-by: Gong Deli <gnnnnng@gmail.com>
---
 doc/guides/prog_guide/qos_framework.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

John McNamara Dec. 11, 2017, 3:14 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gong Deli
> Sent: Monday, November 27, 2017 9:02 AM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; Gong Deli <gnnnnng@gmail.com>
> Subject: [dpdk-dev] [PATCH] doc: fix a typo in programmer's guide
> 
> Fix the mismatch of two table's title and content
> 
> Signed-off-by: Gong Deli <gnnnnng@gmail.com>


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon Jan. 10, 2018, 11:12 a.m. UTC | #2
> > Fix the mismatch of two table's title and content
> > 
> > Signed-off-by: Gong Deli <gnnnnng@gmail.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide/qos_framework.rst
index f3f60b8..31030a2 100644
--- a/doc/guides/prog_guide/qos_framework.rst
+++ b/doc/guides/prog_guide/qos_framework.rst
@@ -612,7 +612,7 @@  The token bucket generic parameters and operations are presented in :numref:`tab
 
 .. _table_qos_6:
 
-.. table:: Token Bucket Generic Operations
+.. table:: Token Bucket Generic Parameters
 
    +---+------------------------+--------------------+---------------------------------------------------------+
    | # | Token Bucket Parameter | Unit               | Description                                             |
@@ -627,7 +627,7 @@  The token bucket generic parameters and operations are presented in :numref:`tab
 
 .. _table_qos_7:
 
-.. table:: Token Bucket Generic Parameters
+.. table:: Token Bucket Generic Operations
 
    +---+------------------------+------------------------------------------------------------------------------+
    | # | Token Bucket Operation | Description                                                                  |