diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 9db3adb62b8db..9b7d9a7a5d6d5 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -5798,7 +5798,7 @@ public abstract class Context { * {@link android.view.LayoutInflater inflating} views, such that they can be inflated with * proper {@link Resources}. * - * Below is a sample code to add an application overlay window on the primary display: + * Below is a sample code to add an application overlay window on the primary display: *
      * ...
      * final DisplayManager dm = anyContext.getSystemService(DisplayManager.class);