Correct a comment in Android.bp.
Change-Id: Ia5e846b471bc7d0089cb8a14cad483ac73647dfd
diff --git a/Android.bp b/Android.bp
index 04831a4..dd88ec4 100755
--- a/Android.bp
+++ b/Android.bp
@@ -20,7 +20,7 @@
// BSD libm doesn't set errno, and bionic was based on the BSDs.
// https://github.com/ARM-software/optimized-routines/issues/16#issuecomment-572009659
"-DWANT_ERRNO=0",
- // TODO: we will want the SVE code in future, but it's not ready yet.
+ // TODO: we may want the vector code in future, but it's not ready yet.
"-DWANT_VMATH=0",
],
local_include_dirs: ["math/include"],