py/misc.h: Typo fix in comment.
This commit is contained in:
parent
05aebb9206
commit
cf96be60dc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue