am 68f3a5a0: am f75f16a1: Merge "Fix typos in comments"
* commit '68f3a5a09f26831b85bfdc664fa4172a5135579e': Fix typos in comments
This commit is contained in:
commit
b1e5d2e386
|
@ -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