diff options
-rw-r--r-- | location/java/android/location/GnssMeasurement.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/location/java/android/location/GnssMeasurement.java b/location/java/android/location/GnssMeasurement.java index f4466782ac8a..4cd3616566c2 100644 --- a/location/java/android/location/GnssMeasurement.java +++ b/location/java/android/location/GnssMeasurement.java @@ -363,9 +363,9 @@ public final class GnssMeasurement implements Parcelable { } /** - * Gets per-satellite sync state. + * Gets per-satellite-signal sync state. * - * <p>It represents the current sync state for the associated satellite. + * <p>It represents the current sync state for the associated satellite signal. * * <p>This value helps interpret {@link #getReceivedSvTimeNanos()}. */ |