From 1c1a32a6217aa157fe9d732a80c72c01a5ac0ce1 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Fri, 8 Apr 2016 13:38:21 +0900 Subject: [PATCH] modify comment about exception definition Change-Id: I4636ddd9ccd15359c9d8721084367f1dfad8b37b --- src/common/platform_result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/platform_result.h b/src/common/platform_result.h index c3231750..f250556b 100755 --- a/src/common/platform_result.h +++ b/src/common/platform_result.h @@ -24,7 +24,7 @@ namespace common { // WARNING! This list should be in sync with the equivalent list -// located at tizen/tizen_api.js. Remember to update tizen/tizen_api.js if you +// located at utils/utils_api.js. Remember to update utils/utils_api.js if you // change something here. enum class ErrorCode : int { // NO_ERROR is not really a valid error, but can be used -- 2.34.1