Message ID | 1507557617-32018-8-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v3,1/13] linux-gen: drop unused _odp_packet_cmp_data() function | expand |
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)