diff mbox

[API-NEXT,2/2] doc: users: fix TM typos

Message ID 1452722824-13299-2-git-send-email-mike.holmes@linaro.org
State Accepted
Commit 8b492d9bed527f31856850bb1018f51fbccb1d02
Headers show

Commit Message

Mike Holmes Jan. 13, 2016, 10:07 p.m. UTC
Suggested-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 doc/users-guide/users-guide-tm.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/doc/users-guide/users-guide-tm.adoc b/doc/users-guide/users-guide-tm.adoc
index e68157f..132fdc1 100644
--- a/doc/users-guide/users-guide-tm.adoc
+++ b/doc/users-guide/users-guide-tm.adoc
@@ -46,7 +46,7 @@  input queues becoming full) that can cause packets to be dropped.
 
 Strict Priority Scheduling (or just priority for short), is a technique where input
 queues and the packets from them, are assigned a priority value in the range 0
-.. ODP_TM_MAX_PRIORITIES - 1.  At all times packets the the smallest priority
+.. ODP_TM_MAX_PRIORITIES - 1.  At all times packets with the smallest priority
 value will be chosen ahead of packets with a numerically larger priority value.
 This is called strict priority scheduling because the algorithm strictly
 enforces the scheduling of higher priority packets over lower priority
@@ -73,7 +73,7 @@  more than their assigned commit rate when the  scheduler has excess capacity.
 The idea being that it may be better to allow some types of traffic to send
 more than their committed bandwidth rather than letting the TM outputs be idle.
 The configuration of Dual Rate Shaping requires additionally a peak rate and a
-peak burst size.  The peak rate must be greater than the related comls mit
+peak burst size.  The peak rate must be greater than the related commit
 rate, but the burst sizes have no similar constraint.  Also for every input
 priority that has Dual Rate shaping enabled, there needs to be an additional
 equal or lower priority (equal or higher numeric priority value) assigned.