From 9ab27c073081894717fa7f12905cbe3b60dfd9ec Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Wed, 7 Jan 2015 09:39:32 +0900 Subject: [PATCH] Removed unnecessary text from comments Change-Id: Id32402e4075adaecd7ca2e602906597648de4ef6 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index 0a4b048..8eabf38 100755 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -30,7 +30,7 @@ #define TIZEN_ERROR_MAX_PLATFORM_ERROR 0 #define TIZEN_ERROR_MIN_PLATFORM_ERROR (-1073741824LL) /* = -2147483648 / 2 */ -/* Use thisgit clone ssh://sunggyu.choi@168.219.209.56:29418/kiran/framework/api/common constant macro as the value of the first module specific error */ +/* Use this constant macro as the value of the first module specific error */ #define TIZEN_ERROR_MIN_MODULE_ERROR (-2147483648LL) /* Module errors cannot be greater than the following constant */ -- 2.34.1