Reword a comment for accuracy

Test: none needed
Change-Id: I7e409827adc86fc13975f394100889a6bf0f1e50
diff --git a/tests/unit/java/com/android/server/connectivityservice/base/CSTest.kt b/tests/unit/java/com/android/server/connectivityservice/base/CSTest.kt
index 6f9cd07..9a1e509 100644
--- a/tests/unit/java/com/android/server/connectivityservice/base/CSTest.kt
+++ b/tests/unit/java/com/android/server/connectivityservice/base/CSTest.kt
@@ -197,8 +197,8 @@
         override fun isChangeEnabled(changeId: Long, uid: Int) =
                 changeId in enabledChangeIds
 
-        // In AOSP, build version codes are all over the place (e.g. at the time of this writing
-        // U == V). Define custom ones.
+        // In AOSP, build version codes can't always distinguish between some versions (e.g. at the
+        // time of this writing U == V). Define custom ones.
         private var sdkLevel = VERSION_UNMOCKED
         private val isSdkUnmocked get() = sdkLevel == VERSION_UNMOCKED