am f75f16a1: Merge "Fix typos in comments"
* commit 'f75f16a1ddbe6cde5e44036d48dc7a6c62d38cc0': Fix typos in comments
This commit is contained in:
commit
68f3a5a09f
1 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ ssize_t memtrack_proc_gl_total(struct memtrack_proc *p);
|
||||||
ssize_t memtrack_proc_gl_pss(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
|
* Same as memtrack_proc_graphics_total, but counts miscellaneous memory
|
||||||
* not tracked by gl or graphics calls above.
|
* 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);
|
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
|
* Same as memtrack_proc_graphics_total, but counts miscellaneous memory
|
||||||
* not tracked by gl or graphics calls above.
|
* not tracked by gl or graphics calls above.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue