change some of the comments that contain prohibited words
Change-Id: Iaa8009e245edbcbc5adbe2348de4a014271c0ef9 CRs-Fixed: 2504418
This commit is contained in:
parent
488817b706
commit
d4740c6e1f
2 changed files with 4 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue