Tiny comment update to reflect what the class does more accurately.

Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
index 26a9415..3d593aa 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
@@ -596,7 +596,7 @@
     }
 
     /**
-     * Construct a {@link SuggestionsView} for showing suggested words for completion.
+     * Construct a {@link SuggestionsView} for showing suggestions to be picked by the user.
      * @param context
      * @param attrs
      */