aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2016-02-22 18:02:57 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-02-25 15:21:57 +0300
commit63973d390f69c57746e2407a353532884fb462de (patch)
treeff4aea0729eb3696535fe949d5dd60a3286fd0e7 /doc
parentc7c3aaed9b00948cc4dd891fe388412b0fdcfe66 (diff)
doc: user-guide: fixing other typos
Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/users-guide/users-guide.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc
index c7f5d6cd5..866d6ad96 100644
--- a/doc/users-guide/users-guide.adoc
+++ b/doc/users-guide/users-guide.adoc
@@ -722,7 +722,7 @@ while (1) {
}
----
-With scheduled queues, events are sent to a queue, and the the sender chooses
+With scheduled queues, events are sent to a queue, and the sender chooses
a queue based on the service it needs. The sender does not need to know
which ODP thread (on which core) or hardware accelerator will process
the event, but all the events on a queue are eventually scheduled and processed.
@@ -805,7 +805,7 @@ atomic queues may impair scaling.
=== Ordered Queues
Ordered queues provide the best of both worlds by providing the inherent
-scaleabilty of parallel queues, with the easy synchronization of atomic
+scalability of parallel queues, with the easy synchronization of atomic
queues.
.Ordered Queue Scheduling