diff options
author | Araq <rumpf_a@web.de> | 2012-07-11 12:39:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-11 12:39:39 +0200 |
commit | 7e2bb7250fa18e9ad7bf84d4f97d4b4e421b80bb (patch) | |
tree | f0cdcd8d32f886f2673ee1b78fb02507dc1598cd /todo.txt | |
parent | e2f8d912900e911d71a798a12eeb6eb2f587e16e (diff) | |
download | Nim-7e2bb7250fa18e9ad7bf84d4f97d4b4e421b80bb.tar.gz |
typo in todo.txt
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 4126e2d16..2b58fc17f 100755 --- a/todo.txt +++ b/todo.txt @@ -115,7 +115,7 @@ Low priority - timeout for locks - compilation cache: - adapt thread var emulation to care about the new merge operation - - check for interface changes; if only the implemenation changes, no + - check for interface changes; if only the implementation changes, no need to recompile clients; er ... what about templates, macros or anything that has inlining semantics? - codegen should use "NIM_CAST" macro and respect aliasing rules for GCC |