Snap for 6209820 from 05ccda9ea786eb7763480f852167b59a993c0820 to r-keystone-qcom-release

Change-Id: Ie03292c51012001f23dce7fc9d14fdffc21e3111
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 @@
     }
 
     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;