Fix a typo in a comment
Change-Id: I4f142d11c4552b925928bdcfee620e4300d25f7e
diff --git a/appcompat/proguard-rules.pro b/appcompat/proguard-rules.pro
index 708f09f..77ea207 100644
--- a/appcompat/proguard-rules.pro
+++ b/appcompat/proguard-rules.pro
@@ -17,5 +17,5 @@
-keepnames class androidx.appcompat.app.AppCompatViewInflater
# aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard
-# keep rules. App a commonly used SearchView to the keep list until b/109831488 is resolved.
+# keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved.
-keep class androidx.appcompat.widget.SearchView { <init>(...); }
\ No newline at end of file