From: Seungha Son <linux...@gmail.com>

Signed-off-by: Seungha Son <linux...@gmail.com>
---
/** Email created from pull request 696 (linuxias:master)
 ** https://github.com/Linaro/odp/pull/696
 ** Patch: https://github.com/Linaro/odp/pull/696.patch
 ** Base sha: 6d48d7f7f684b8aa87f7eb4f922d45be345ed771
 ** Merge commit sha: cd15d0aa1e4e33600e609842df5d81a5304643f8
 **/
 platform/linux-generic/odp_ishm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform/linux-generic/odp_ishm.c 
b/platform/linux-generic/odp_ishm.c
index 59d1fe534..f0d8ef645 100644
--- a/platform/linux-generic/odp_ishm.c
+++ b/platform/linux-generic/odp_ishm.c
@@ -17,7 +17,7 @@
  * Internal shared memory is mainly meant to be used internaly within ODP
  * (hence its name), but may also be allocated by odp applications and drivers,
  * in the future (through these interfaces).
- * To guarrentee this full pointer shareability (when reserved with the
+ * To guarantee this full pointer shareability (when reserved with the
  * _ODP_ISHM_SINGLE_VA flag) internal shared memory is handled as follows:
  * At global_init time, a huge virtual address space reservation is performed.
  * Note that this is just reserving virtual space, not physical memory.
@@ -84,7 +84,7 @@
  *
  * This is the number of separate ISHM areas that can be reserved concurrently
  * (Note that freeing such blocks may take time, or possibly never happen
- * if some of the block ownwers never procsync() after free). This number
+ * if some of the block owners never procsync() after free). This number
  * should take that into account)
  */
 #define ISHM_MAX_NB_BLOCKS 128

Reply via email to