aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalvika Gupta <Malvika.Gupta@arm.com>2020-09-11 17:12:42 -0500
committerPetri Savolainen <petri.savolainen@nokia.com>2020-09-17 15:42:30 +0300
commitbc96d9033c482c45fd1f511f67eea724cf5b6e4d (patch)
tree26184009e3638928a98e16f0e8d8b4407c83663b
parentdb90cf6fef1d84c963b4e86cf57873b1c3988272 (diff)
linux-gen: shm: fix spelling mistake
Correct spelling error under comments in _odp_ishm_init_global() function. Signed-off-by: Malvika Gupta <Malvika.Gupta@arm.com> Reviewed-by: Govindarajan Mohandoss <Govindarajan.Mohandoss@arm.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-rw-r--r--platform/linux-generic/odp_ishm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_ishm.c b/platform/linux-generic/odp_ishm.c
index 8e34feecd..6b2d03d40 100644
--- a/platform/linux-generic/odp_ishm.c
+++ b/platform/linux-generic/odp_ishm.c
@@ -1775,7 +1775,7 @@ int _odp_ishm_init_global(const odp_init_t *init)
ishm_ftbl->unused_fragmnts = &ishm_ftbl->fragment[1];
/*
- * We run _odp_ishm_init_local() directely here to give the
+ * We run _odp_ishm_init_local() directly here to give the
* possibility to run shm_reserve() before the odp_init_local()
* is performed for the main thread... Many init_global() functions
* indeed assume the availability of odp_shm_reserve()...: