diff options
| author | 2013-10-16 22:06:55 -0600 | |
|---|---|---|
| committer | 2013-10-16 22:06:55 -0600 | |
| commit | 645513828b2127e6914f46475b5492c308f16a4a (patch) | |
| tree | e1c55b25dd108f43145a7418f3591789775ea043 | |
| parent | 7878883ed922f17c930c0d40588f62acf73f9a9c (diff) | |
Fixed grammar in the comment that introduces the Debug.MemoryInfo class.
Change-Id: Ic021e689b7a8c55367277875b321358535c04e6a
Signed-off-by: justinmuller <justin.muller@acm.org>
| -rw-r--r-- | core/java/android/os/Debug.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 989bd2c75332..8e8b41ddbff1 100644 --- a/core/java/android/os/Debug.java +++ b/core/java/android/os/Debug.java @@ -105,7 +105,7 @@ public final class Debug /** * This class is used to retrieved various statistics about the memory mappings for this - * process. The returns info broken down by dalvik, native, and other. All results are in kB. + * process. The returned info is broken down by dalvik, native, and other. All results are in kB. */ public static class MemoryInfo implements Parcelable { /** The proportional set size for dalvik. */ |