From 4227c7d3e2fbce2082f7f4668caa09e1582bae2c Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Mon, 12 Apr 2021 10:10:02 -0500 Subject: [PATCH] fix(doc): fixes a typo This fixes a typo. Change-Id: I9152d5b6e32f7d990ccb38bbf9239e14aa848d72 Signed-off-by: Tin Lam --- doc/source/install/developer/deploy-ovs-dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/developer/deploy-ovs-dpdk.rst b/doc/source/install/developer/deploy-ovs-dpdk.rst index 82f6199dcd..6ae1542147 100644 --- a/doc/source/install/developer/deploy-ovs-dpdk.rst +++ b/doc/source/install/developer/deploy-ovs-dpdk.rst @@ -170,7 +170,7 @@ hugepage for NUMA socket 0 and socket 1. To allocate PMD threads to NUMA sockets in OVS, ensure that the ``pmd_cpu_mask`` attribute in values.yaml includes CPU sockets on the corresponding NUMA socket. In the example below, the mask of 0xf covers the first 4 CPU cores which are -dsitributed across NUMA sockets 0 and 1. +distributed across NUMA sockets 0 and 1. .. code-block::