summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java b/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java
index 0170d80..6cd63a9 100644
--- a/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java
+++ b/testing/xts/src/com/android/timezone/xts/TimeZoneUpdateHostTest.java
@@ -282,7 +282,7 @@ public class TimeZoneUpdateHostTest implements IDeviceTest, IBuildReceiver {
}
private void assertActiveRulesVersion(String expectedRulesVersion) throws Exception {
- // Dumpsys reports the version reported by ICU, ZoneInfoDB and TimeZoneFinder and they
+ // Dumpsys reports the version reported by ICU, ZoneInfoDb and TimeZoneFinder and they
// should always match.
String expectedActiveRulesVersion =
expectedRulesVersion + "," + expectedRulesVersion + "," + expectedRulesVersion;