Fix typos in comments

Change-Id: Ia06ae6bec66e140fb302c650f7d62304864ca840
This commit is contained in:
Richard Uhler 2015-04-20 10:10:33 -07:00
parent 56c6575da7
commit 587fb6a091
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.