diff mbox

[API-NEXT] api: spelling fixes

Message ID 1438111079-11623-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit b723ba1effc6c5a258e9924ce56329ff97768086
Headers show

Commit Message

Mike Holmes July 28, 2015, 7:17 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 include/odp/api/init.h           | 2 +-
 include/odp/api/schedule_types.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Bill Fischofer July 28, 2015, 9:02 p.m. UTC | #1
On Tue, Jul 28, 2015 at 2:17 PM, Mike Holmes <mike.holmes@linaro.org> wrote:

> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
>

Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>


> ---
>  include/odp/api/init.h           | 2 +-
>  include/odp/api/schedule_types.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/odp/api/init.h b/include/odp/api/init.h
> index 7665c6c..0683d8d 100644
> --- a/include/odp/api/init.h
> +++ b/include/odp/api/init.h
> @@ -163,7 +163,7 @@ int odp_init_global(const odp_init_t *params,
>   *
>   * @warning The unwinding of HW resources to allow them to be reused
> without
>   * reseting the device is a complex task that the application is expected
> to
> - * coordinate. This api may have platform dependant implications.
> + * coordinate. This api may have platform dependent implications.
>   *
>   * @see odp_init_global()
>   * @see odp_term_local() which must have been called prior to this.
> diff --git a/include/odp/api/schedule_types.h
> b/include/odp/api/schedule_types.h
> index 8d2a8ad..f7526ee 100644
> --- a/include/odp/api/schedule_types.h
> +++ b/include/odp/api/schedule_types.h
> @@ -85,7 +85,7 @@ extern "C" {
>   * Events from an ordered queue can be scheduled to multiple threads for
>   * concurrent processing but still maintain the original event order. This
>   * enables the user to achieve high single flow throughput by avoiding
> - * SW syncronization for ordering between threads.
> + * SW synchronization for ordering between threads.
>   *
>   * The source queue (dequeue) ordering is maintained when
>   * events are enqueued to their destination queue(s) within the same
> ordered
> --
> 2.1.4
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
Maxim Uvarov July 29, 2015, 11:32 a.m. UTC | #2
Applied,
Maxim.

On 07/29/15 00:02, Bill Fischofer wrote:
>
>
> On Tue, Jul 28, 2015 at 2:17 PM, Mike Holmes <mike.holmes@linaro.org 
> <mailto:mike.holmes@linaro.org>> wrote:
>
>     Signed-off-by: Mike Holmes <mike.holmes@linaro.org
>     <mailto:mike.holmes@linaro.org>>
>
>
> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org 
> <mailto:bill.fischofer@linaro.org>>
>
>     ---
>      include/odp/api/init.h           | 2 +-
>      include/odp/api/schedule_types.h | 2 +-
>      2 files changed, 2 insertions(+), 2 deletions(-)
>
>     diff --git a/include/odp/api/init.h b/include/odp/api/init.h
>     index 7665c6c..0683d8d 100644
>     --- a/include/odp/api/init.h
>     +++ b/include/odp/api/init.h
>     @@ -163,7 +163,7 @@ int odp_init_global(const odp_init_t *params,
>       *
>       * @warning The unwinding of HW resources to allow them to be
>     reused without
>       * reseting the device is a complex task that the application is
>     expected to
>     - * coordinate. This api may have platform dependant implications.
>     + * coordinate. This api may have platform dependent implications.
>       *
>       * @see odp_init_global()
>       * @see odp_term_local() which must have been called prior to this.
>     diff --git a/include/odp/api/schedule_types.h
>     b/include/odp/api/schedule_types.h
>     index 8d2a8ad..f7526ee 100644
>     --- a/include/odp/api/schedule_types.h
>     +++ b/include/odp/api/schedule_types.h
>     @@ -85,7 +85,7 @@ extern "C" {
>       * Events from an ordered queue can be scheduled to multiple
>     threads for
>       * concurrent processing but still maintain the original event
>     order. This
>       * enables the user to achieve high single flow throughput by
>     avoiding
>     - * SW syncronization for ordering between threads.
>     + * SW synchronization for ordering between threads.
>       *
>       * The source queue (dequeue) ordering is maintained when
>       * events are enqueued to their destination queue(s) within the
>     same ordered
>     --
>     2.1.4
>
>     _______________________________________________
>     lng-odp mailing list
>     lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org>
>     https://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/include/odp/api/init.h b/include/odp/api/init.h
index 7665c6c..0683d8d 100644
--- a/include/odp/api/init.h
+++ b/include/odp/api/init.h
@@ -163,7 +163,7 @@  int odp_init_global(const odp_init_t *params,
  *
  * @warning The unwinding of HW resources to allow them to be reused without
  * reseting the device is a complex task that the application is expected to
- * coordinate. This api may have platform dependant implications.
+ * coordinate. This api may have platform dependent implications.
  *
  * @see odp_init_global()
  * @see odp_term_local() which must have been called prior to this.
diff --git a/include/odp/api/schedule_types.h b/include/odp/api/schedule_types.h
index 8d2a8ad..f7526ee 100644
--- a/include/odp/api/schedule_types.h
+++ b/include/odp/api/schedule_types.h
@@ -85,7 +85,7 @@  extern "C" {
  * Events from an ordered queue can be scheduled to multiple threads for
  * concurrent processing but still maintain the original event order. This
  * enables the user to achieve high single flow throughput by avoiding
- * SW syncronization for ordering between threads.
+ * SW synchronization for ordering between threads.
  *
  * The source queue (dequeue) ordering is maintained when
  * events are enqueued to their destination queue(s) within the same ordered