summaryrefslogtreecommitdiffstats
path: root/dalvik/src/main
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-01-12 14:40:13 -0800
committerCarl Shapiro <cshapiro@google.com>2011-01-12 14:56:36 -0800
commit7921449288479710fddfd9873ea6608b89ae271b (patch)
tree0872d4e681ff8ab1d5bf09bd7c15d40ba98d0e2c /dalvik/src/main
parentf6dbefb3721414d0337fe61095724bcb870c74b4 (diff)
downloadlibcore-7921449288479710fddfd9873ea6608b89ae271b.zip
libcore-7921449288479710fddfd9873ea6608b89ae271b.tar.gz
libcore-7921449288479710fddfd9873ea6608b89ae271b.tar.bz2
Fix a droid doc error caused by the erroneous inflection of @return.
Change-Id: I61a3c8cc34d129a37c6556b9def5fa5fe0cafe46
Diffstat (limited to 'dalvik/src/main')
-rw-r--r--dalvik/src/main/java/dalvik/system/VMDebug.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dalvik/src/main/java/dalvik/system/VMDebug.java b/dalvik/src/main/java/dalvik/system/VMDebug.java
index 20eda5d..0998490 100644
--- a/dalvik/src/main/java/dalvik/system/VMDebug.java
+++ b/dalvik/src/main/java/dalvik/system/VMDebug.java
@@ -383,7 +383,7 @@ public final class VMDebug {
* counted. If true, instances that are
* assignable to klass, as defined by
* {@link Class#isAssignableFrom} are counted.
- * @returns the number of matching instances.
+ * @return the number of matching instances.
*/
public static native long countInstancesOfClass(Class klass, boolean assignable);
}