aboutsummaryrefslogtreecommitdiff
path: root/doc/users-guide
diff options
context:
space:
mode:
authorTianyu Li <tianyu.li@arm.com>2023-08-11 08:12:02 +0000
committerMatias Elo <matias.elo@nokia.com>2023-08-14 13:32:53 +0300
commit87bc681244326e624a7dbd0e76410c7757c485c8 (patch)
tree173e64eb84bd2c71cd745d3f09d8a8bffc486105 /doc/users-guide
parent1ece8474ab1b6fff3f5f0884fa0b45a41a94d72b (diff)
doc: users-guide: fix typos
Fix spelling errors found by crate-ci/typos. Signed-off-by: Tianyu Li <tianyu.li@arm.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'doc/users-guide')
-rw-r--r--doc/users-guide/users-guide-cls.adoc2
-rw-r--r--doc/users-guide/users-guide-pktio.adoc2
-rw-r--r--doc/users-guide/users-guide-timer.adoc2
-rw-r--r--doc/users-guide/users-guide.adoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/users-guide/users-guide-cls.adoc b/doc/users-guide/users-guide-cls.adoc
index 359d225d8..59163a2da 100644
--- a/doc/users-guide/users-guide-cls.adoc
+++ b/doc/users-guide/users-guide-cls.adoc
@@ -203,7 +203,7 @@ with either cost1, cos11, cos12. In this case the packet was subjected to two
match attempts in total.
The remaining two lines illustrate how a packet that matches pmr_match11 could
-end up wth either cos11, cos21 or cos31, depending on whether it matches
+end up with either cos11, cos21 or cos31, depending on whether it matches
pmr_march1, pmr_march2 or pmr_match3.
=== Practical example
diff --git a/doc/users-guide/users-guide-pktio.adoc b/doc/users-guide/users-guide-pktio.adoc
index 1698060e9..b7da188d0 100644
--- a/doc/users-guide/users-guide-pktio.adoc
+++ b/doc/users-guide/users-guide-pktio.adoc
@@ -314,7 +314,7 @@ typedef union odp_pktin_config_opt_t {
uint64_t all_bits;
} odp_pktin_config_opt_t;
-----
-These are used to control packet timestamping as well as default packet checkum
+These are used to control packet timestamping as well as default packet checksum
verification processing.
==== PktIO Parsing Configuration
diff --git a/doc/users-guide/users-guide-timer.adoc b/doc/users-guide/users-guide-timer.adoc
index e854b5f2d..f644477a0 100644
--- a/doc/users-guide/users-guide-timer.adoc
+++ b/doc/users-guide/users-guide-timer.adoc
@@ -29,7 +29,7 @@ _i.e.,_ trigger both state machines.
.ODP Timers lifecycle State Diagram
image::timer_fsm.svg[align="center"]
-.ODP Timeout event lifecyle State Diagram
+.ODP Timeout event lifecycle State Diagram
image::timeout_fsm.svg[align="center"]
Reminder:
diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc
index eaff6867e..73ec55c41 100644
--- a/doc/users-guide/users-guide.adoc
+++ b/doc/users-guide/users-guide.adoc
@@ -1317,7 +1317,7 @@ typedef struct odp_schedule_config_t {
* scheduling of the event and synchronization is maintained per flow
* within each queue.
*
- * Depeding on implementation, there may be much more flows supported
+ * Depending on implementation, there may be much more flows supported
* than queues, as flows are lightweight entities.
*
* @see odp_schedule_capability_t, odp_event_flow_id()