A11y timeout api: build breaks fixed

Test: build pass
Change-Id: I30cb7aa6e219508dc9ca90e0480ff77ff49caf19
diff --git a/core/java/android/view/accessibility/AccessibilityManager.java b/core/java/android/view/accessibility/AccessibilityManager.java
index 6a17b64..88b9c80 100644
--- a/core/java/android/view/accessibility/AccessibilityManager.java
+++ b/core/java/android/view/accessibility/AccessibilityManager.java
@@ -887,7 +887,7 @@
      *
      * @param originalTimeout The timeout appropriate for users with no accessibility needs.
      * @param uiContentFlags The combination of flags {@link #FLAG_CONTENT_ICONS},
-     *                       {@link #FLAG_CONTENT_TEXT} or {@Link #CONTENT_CONTROLS} to
+     *                       {@link #FLAG_CONTENT_TEXT} or {@link #FLAG_CONTENT_CONTROLS} to
      *                       indicate the contents of UI.
      * @return The recommended UI timeout for the current user in milliseconds.
      */