diff mbox series

[API-NEXT,v1,2/2] linux-gen: fixing typos

Message ID 1507219205-24255-3-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [API-NEXT,v1,1/2] api: fixing typos | expand

Commit Message

Github ODP bot Oct. 5, 2017, 4 p.m. UTC
From: Mykyta Iziumtsev <mykyta.iziumtsev@linaro.org>


Signed-off-by: Mykyta Iziumtsev <mykyta.iziumtsev@linaro.org>

---
/** Email created from pull request 219 (MykytaI:fixing-typos-apinext)
 ** https://github.com/Linaro/odp/pull/219
 ** Patch: https://github.com/Linaro/odp/pull/219.patch
 ** Base sha: 506bf9dcf0e071cd8b168806b1d279124551af86
 ** Merge commit sha: 75f28f17b48d5ef0dfca27088afeea5ae6251b9e
 **/
 platform/linux-generic/doc/platform_specific.dox                 | 2 +-
 platform/linux-generic/include/odp/api/plat/traffic_mngr_types.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/platform/linux-generic/doc/platform_specific.dox b/platform/linux-generic/doc/platform_specific.dox
index e116ec617..41ad53f4b 100644
--- a/platform/linux-generic/doc/platform_specific.dox
+++ b/platform/linux-generic/doc/platform_specific.dox
@@ -28,7 +28,7 @@ 
  *			to odp_init_local() is actually fully defined by these
  *			requirements: It has to be the value returned by the
  *			unique call to odp_init_global() made by one single
- *			acsendant of the current process.
+ *			ancestor of the current process.
  */
 
 /**
diff --git a/platform/linux-generic/include/odp/api/plat/traffic_mngr_types.h b/platform/linux-generic/include/odp/api/plat/traffic_mngr_types.h
index f47a13f6f..be3926d46 100644
--- a/platform/linux-generic/include/odp/api/plat/traffic_mngr_types.h
+++ b/platform/linux-generic/include/odp/api/plat/traffic_mngr_types.h
@@ -56,7 +56,7 @@  extern "C" {
 #define ODP_TM_MAX_SCHED_WEIGHT  255
 
 /** The ODP_TM_MAX_TM_QUEUES constant is the largest number of tm_queues
- * that can handled by any one TM system.
+ * that can be handled by any one TM system.
  */
 #define ODP_TM_MAX_TM_QUEUES  (16 * 1024 * 1024)