am 68f3a5a0: am f75f16a1: Merge "Fix typos in comments"

* commit '68f3a5a09f26831b85bfdc664fa4172a5135579e':
  Fix typos in comments
This commit is contained in:
Richard Uhler 2015-04-22 16:29:42 +00:00 committed by Android Git Automerger
commit b1e5d2e386
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ ssize_t memtrack_proc_gl_total(struct memtrack_proc *p);
ssize_t memtrack_proc_gl_pss(struct memtrack_proc *p);
/**
* memtrack_proc_gl_total
* memtrack_proc_other_total
*
* Same as memtrack_proc_graphics_total, but counts miscellaneous memory
* not tracked by gl or graphics calls above.
@ -131,7 +131,7 @@ ssize_t memtrack_proc_gl_pss(struct memtrack_proc *p);
ssize_t memtrack_proc_other_total(struct memtrack_proc *p);
/**
* memtrack_proc_gl_pss
* memtrack_proc_other_pss
*
* Same as memtrack_proc_graphics_total, but counts miscellaneous memory
* not tracked by gl or graphics calls above.