Remove gendered typo in comment for #inclusivefixit

Test: treehugger
Change-Id: I848339ab65b644e5a0af2901ae4cab6a2125f2b8
diff --git a/runtime/art_method.cc b/runtime/art_method.cc
index 3c70a92..520828b 100644
--- a/runtime/art_method.cc
+++ b/runtime/art_method.cc
@@ -64,7 +64,7 @@
 extern "C" void art_quick_invoke_static_stub(ArtMethod*, uint32_t*, uint32_t, Thread*, JValue*,
                                              const char*);
 
-// Enforce that we he have the right index for runtime methods.
+// Enforce that we have the right index for runtime methods.
 static_assert(ArtMethod::kRuntimeMethodDexMethodIndex == dex::kDexNoIndex,
               "Wrong runtime-method dex method index");