From 2379d8bc3046deed80453076830467683f2681b8 Mon Sep 17 00:00:00 2001 From: Santoshkumar Zalake Date: Mon, 16 Sep 2019 12:04:02 +0530 Subject: [PATCH] Change Word in comments in default configuration CRs-Fixed: 2528185 Change-Id: Iec09e2dd19eb27a64b18ce0cd22aeba71d2e97de --- core/ContextBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp index b6029895..d5c3108f 100644 --- a/core/ContextBase.cpp +++ b/core/ContextBase.cpp @@ -176,7 +176,7 @@ void ContextBase::readConfig() mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENERGY_BUDGET = 0; /* default configuration value of position assisted clock estimator mode */ mGps_conf.POSITION_ASSISTED_CLOCK_ESTIMATOR_ENABLED = 0; - /* default configuration QCOM GNSS H/W */ + /* default configuration QTI GNSS H/W */ mGps_conf.GNSS_DEPLOYMENT = 0; UTIL_READ_CONF(LOC_PATH_GPS_CONF, mGps_conf_table);