Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 587fb6a0 authored by Richard Uhler's avatar Richard Uhler
Browse files

Fix typos in comments

Change-Id: Ia06ae6bec66e140fb302c650f7d62304864ca840
parent 56c6575d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.