Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64551382 authored by justinmuller's avatar justinmuller
Browse files

Fixed grammar in the comment that introduces the Debug.MemoryInfo class.



Change-Id: Ic021e689b7a8c55367277875b321358535c04e6a
Signed-off-by: default avatarjustinmuller <justin.muller@acm.org>
parent 7878883e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */