Skip to content

Commit cf96be6

Browse files
committed
py/misc.h: Typo fix in comment.
1 parent 05aebb9 commit cf96be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef unsigned int uint;
4646
#define MAX(x, y) ((x) > (y) ? (x) : (y))
4747
#endif
4848

49-
/** memomry allocation ******************************************/
49+
/** memory allocation ******************************************/
5050

5151
// TODO make a lazy m_renew that can increase by a smaller amount than requested (but by at least 1 more element)
5252

0 commit comments

Comments
 (0)