summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-03-05 13:19:11 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-03-05 13:19:11 +0900
commit21a22bd7e61d1ce229b9c4932e276d9105f0f55d (patch)
treef3c443206af7ba096c6d4f038aa3c0727d56cd6a
parente98f9ebd233312a2f3055ae177161470300cf3fc (diff)
downloadapp-common-21a22bd7e61d1ce229b9c4932e276d9105f0f55d.tar.gz
app-common-21a22bd7e61d1ce229b9c4932e276d9105f0f55d.tar.bz2
app-common-21a22bd7e61d1ce229b9c4932e276d9105f0f55d.zip
Fix a typo
Change-Id: I7e91c30b867d3407d8350cf2c865d18bc687e958 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/app_resource_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/app_resource_manager.h b/include/app_resource_manager.h
index 927f00b..55f2548 100644
--- a/include/app_resource_manager.h
+++ b/include/app_resource_manager.h
@@ -69,7 +69,7 @@ typedef enum {
* otherwise a negative error value
* @retval #APP_RESOURCE_ERROR_NONE Successful
* @retval #APP_RESOURCE_ERROR_IO_ERROR IO Internal I/O Error
- * @retval #APP_RESOURCE_ERROR_OUT_OF_MEMORY Out of memeory
+ * @retval #APP_RESOURCE_ERROR_OUT_OF_MEMORY Out of memory
* @see app_resource_manager_release()
*/
int app_resource_manager_init(void);