From 604e98e18eda10f4f635059d4442d4dfca6690a0 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Thu, 13 Jul 2017 15:26:19 +0900 Subject: [PATCH] Fix errata Change-Id: I68c8b1873efddf4fd05fdb2ae402e8196e56f2cb Signed-off-by: Kichan Kwon --- include/runtime_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4