mime/Android.bp comment: Fix grammar.
This addresses an outstanding review comment from https://r.android.com/1130781
Test: Visual inspection only.
Change-Id: Ica163c4a0ec5e963c53c0cc5f2be2cd50d279eeb
diff --git a/mime/Android.bp b/mime/Android.bp
index 51290f6..8b2b059 100644
--- a/mime/Android.bp
+++ b/mime/Android.bp
@@ -43,11 +43,10 @@
// The mimemap-res.jar and mimemap-testing-res.jar genrules produce a .jar that
// has the resource file in a subdirectory res/ and testres/, respectively.
-// Those paths need to They need to be in different paths because one of them
-// ends up on a bootclasspath jar whereas the other one ends up in a test jar.
-// Bootclasspath resources hide test or application resources under the same
-// path because ClassLoader.getResource(String) consults the parent ClassLoader
-// first.
+// They need to be in different paths because one of them ends up in a
+// bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath
+// resources hide test or application resources under the same path because
+// ClassLoader.getResource(String) consults the parent ClassLoader first.
//
// Further notes:
// - the "cp" command will flatten any directory paths that occur in $(in),