1 parent 05aebb9 commit cf96be6Copy full SHA for cf96be6
1 file changed
py/misc.h
@@ -46,7 +46,7 @@ typedef unsigned int uint;
46
#define MAX(x, y) ((x) > (y) ? (x) : (y))
47
#endif
48
49
-/** memomry allocation ******************************************/
+/** memory allocation ******************************************/
50
51
// TODO make a lazy m_renew that can increase by a smaller amount than requested (but by at least 1 more element)
52
0 commit comments