From: Kichan Kwon Date: Thu, 13 Jul 2017 06:26:19 +0000 (+0900) Subject: Fix errata X-Git-Tag: submit/tizen/20170727.070433^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=604e98e18eda10f4f635059d4442d4dfca6690a0;p=platform%2Fcore%2Fapi%2Fruntime-info.git Fix errata Change-Id: I68c8b1873efddf4fd05fdb2ae402e8196e56f2cb Signed-off-by: Kichan Kwon --- diff --git a/include/runtime_info.h b/include/runtime_info.h index 426e383..797626f 100644 --- a/include/runtime_info.h +++ b/include/runtime_info.h @@ -77,7 +77,7 @@ typedef enum { * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif */ typedef enum { - RUNTIME_INFO_WIFI_STATUS_DISABLED, /**< GPS is disabled. */ + RUNTIME_INFO_WIFI_STATUS_DISABLED, /**< Wi-Fi is disabled. */ RUNTIME_INFO_WIFI_STATUS_UNCONNECTED, /**< Wi-Fi is enabled and network connection is not established. */ RUNTIME_INFO_WIFI_STATUS_CONNECTED, /**< Network connection is established in Wi-Fi network. */ } runtime_info_wifi_status_e;