am b1e5d2e3: am 68f3a5a0: am f75f16a1: Merge "Fix typos in comments"
* commit 'b1e5d2e386d2738ce9415d349f2a71945830d0a6': Fix typos in comments
This commit is contained in:
commit
e7eba774d8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue