Skip to content
Snippets Groups Projects
Commit cf96be60 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

py/misc.h: Typo fix in comment.

parent 05aebb92
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ typedef unsigned int uint;
#define MAX(x, y) ((x) > (y) ? (x) : (y))
#endif
/** memomry allocation ******************************************/
/** memory allocation ******************************************/
// TODO make a lazy m_renew that can increase by a smaller amount than requested (but by at least 1 more element)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment