am 82992b72: Merge "Fix javadoc error in Debug.getRuntimeStats()."

* commit '82992b7270842637d1af3dcc7c9ae954bdfa312c':
  Fix javadoc error in Debug.getRuntimeStats().
diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java
index 1c85db4..2a60b4d 100644
--- a/core/java/android/os/Debug.java
+++ b/core/java/android/os/Debug.java
@@ -1115,7 +1115,7 @@
 
     /**
      * Returns a map of the names/values of the runtime statistics
-     * that {@link #getRuntimeStat()} supports.
+     * that {@link #getRuntimeStat(String)} supports.
      *
      * @return a map of the names/values of the supported runtime statistics.
      * @hide