From 9bb24382ff21bdf1a88ed7016798e3704a97358f Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 18 Feb 2016 13:23:03 -0800 Subject: [PATCH] docs: Fix typo "Return the pointer identifier associated with a particular" -> in bug: https://code.google.com/p/android/issues/detail?id=28381 Change-Id: I39e1f6abf48fc96d8c9333576fef36bb82c24904 --- core/java/android/view/MotionEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/MotionEvent.java b/core/java/android/view/MotionEvent.java index 6026d04a1f21b..2ac72adf4fa3b 100644 --- a/core/java/android/view/MotionEvent.java +++ b/core/java/android/view/MotionEvent.java @@ -2002,7 +2002,7 @@ public final class MotionEvent extends InputEvent implements Parcelable { /** * Return the pointer identifier associated with a particular pointer - * data index is this event. The identifier tells you the actual pointer + * data index in this event. The identifier tells you the actual pointer * number associated with the data, accounting for individual pointers * going up and down since the start of the current gesture. * @param pointerIndex Raw index of pointer to retrieve. Value may be from 0