diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index e21a31e5e1859..7c1b62fc9b8ec 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -5788,7 +5788,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);