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

Commit f75f16a1 authored by Richard Uhler's avatar Richard Uhler Committed by Gerrit Code Review
Browse files

Merge "Fix typos in comments"

parents d4196ef8 587fb6a0
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.