diff mbox

[PATCHv4,06/18] api: odp_byteorder.h: updated comment

Message ID 1422975201-3364-7-git-send-email-ola.liljedahl@linaro.org
State Superseded
Headers show

Commit Message

Ola Liljedahl Feb. 3, 2015, 2:53 p.m. UTC
Rephrased a comment for better language.

Signed-off-by: Ola Liljedahl <ola.liljedahl@linaro.org>
---
(This document/code contribution attached is provided under the terms of
agreement LES-LTM-21309)

 include/odp/api/byteorder.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/odp/api/byteorder.h b/include/odp/api/byteorder.h
index 45b1b77..3a36afc 100644
--- a/include/odp/api/byteorder.h
+++ b/include/odp/api/byteorder.h
@@ -19,7 +19,7 @@  extern "C" {
 #endif
 
 /** @defgroup odp_compiler_optim ODP COMPILER / OPTIMIZATION
- *  Macros that check byte order and byte converting operations.
+ *  Macros that check byte order and operations for byte order conversion.
  *  @{
  */