[automerger skipped] Merge Android R am: f9f607e877 -s ours am: cc38b2532c -s ours

am skip reason: Change-Id Iaf511a01e9a73da3d82251eae2ea49f39f78627d with SHA-1 de477966df is in history

Original change: https://android-review.googlesource.com/c/platform/frameworks/layoutlib/+/1422428

Change-Id: Ia70fd5cf48e941d0b02564b509552839df18f189
diff --git a/bridge/src/com/android/layoutlib/bridge/bars/FrameworkActionBar.java b/bridge/src/com/android/layoutlib/bridge/bars/FrameworkActionBar.java
index 22a0a32..e08f523 100644
--- a/bridge/src/com/android/layoutlib/bridge/bars/FrameworkActionBar.java
+++ b/bridge/src/com/android/layoutlib/bridge/bars/FrameworkActionBar.java
@@ -191,7 +191,7 @@
 
     // Copied from com.android.internal.view.menu.MenuPopHelper.measureContentWidth()
     private int measureContentWidth(@NonNull ListAdapter adapter) {
-        // Menus don't tend to be long, so this shouldn't be a problem
+        // Menus don't tend to be long, so this is shouldn't be a problem
         int maxWidth = 0;
         View itemView = null;
         int itemType = 0;