summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantoshkumar Zalake <szalake@codeaurora.org>2019-09-16 12:04:02 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-23 02:47:59 -0700
commit2c83910820d4535315be3aa8585f36bdb3ac433b (patch)
tree0cb21a4dd675ccefca960b40821eccecffee8cd2
parent3722e3c0e337a4b46ad3819ea5d68e9e1d725efe (diff)
downloadgps-2c83910820d4535315be3aa8585f36bdb3ac433b.tar.gz
Change Word in comments in default configuration
CRs-Fixed: 2528185 Change-Id: Iec09e2dd19eb27a64b18ce0cd22aeba71d2e97de
-rw-r--r--core/ContextBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp
index b602989..d5c3108 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);