summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2019-08-06 16:38:12 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-06 09:18:35 -0700
commit1209591f9428c6777ad52461f901cb4c9351d5cd (patch)
tree916512524e5a09b173408e5614f9b76b23fe383f
parent1c669d75d64c0150ff453e90d879789f02fccb59 (diff)
downloadgps-1209591f9428c6777ad52461f901cb4c9351d5cd.tar.gz
change some of the comments that contain prohibited words
Change-Id: Iaa8009e245edbcbc5adbe2348de4a014271c0ef9 CRs-Fixed: 2504418
-rw-r--r--location/LocationDataTypes.h5
-rw-r--r--utils/gps_extended_c.h5
2 files changed, 4 insertions, 6 deletions
diff --git a/location/LocationDataTypes.h b/location/LocationDataTypes.h
index 27c5157..504b5cc 100644
--- a/location/LocationDataTypes.h
+++ b/location/LocationDataTypes.h
@@ -1032,9 +1032,8 @@ typedef struct {
// location engine type. When the fix. when the type is set to
// LOC_ENGINE_SRC_FUSED, the fix is the propagated/aggregated
// reports from all engines running on the system (e.g.:
- // DR/SPE/PPE) based proprietary algorithm. To check which
- // location engine contributes to the fused output, check for
- // locOutputEngMask.
+ // DR/SPE/PPE). To check which location engine contributes to
+ // the fused output, check for locOutputEngMask.
LocOutputEngineType locOutputEngType;
// when loc output eng type is set to fused, this field
// indicates the set of engines contribute to the fix.
diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h
index 819e77b..69a659e 100644
--- a/utils/gps_extended_c.h
+++ b/utils/gps_extended_c.h
@@ -807,9 +807,8 @@ typedef struct {
/* location engine type. When the fix. when the type is set to
LOC_ENGINE_SRC_FUSED, the fix is the propagated/aggregated
reports from all engines running on the system (e.g.:
- DR/SPE/PPE) based proprietary algorithm. To check which
- location engine contributes to the fused output, check for
- locOutputEngMask. */
+ DR/SPE/PPE). To check which location engine contributes to
+ the fused output, check for locOutputEngMask. */
LocOutputEngineType locOutputEngType;
/* when loc output eng type is set to fused, this field
indicates the set of engines contribute to the fix. */