Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
cf96be60
Commit
cf96be60
authored
Dec 27, 2016
by
Paul Sokolovsky
Browse files
py/misc.h: Typo fix in comment.
parent
05aebb92
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/misc.h
View file @
cf96be60
...
...
@@ -46,7 +46,7 @@ typedef unsigned int uint;
#define MAX(x, y) ((x) > (y) ? (x) : (y))
#endif
/** memo
m
ry 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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment