diff options
author | ferrieux <ferrieux@noemail.net> | 2010-11-29 22:22:06 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@noemail.net> | 2010-11-29 22:22:06 (GMT) |
commit | ef53149ada51213b258e1a41cdabfd377961f309 (patch) | |
tree | 664244d2acb4cf8460e5af074eb1fe0c742e977a | |
parent | 0b326c24b3dbc1829699ab08defb149c1025a25a (diff) | |
download | tcl-ef53149ada51213b258e1a41cdabfd377961f309.zip tcl-ef53149ada51213b258e1a41cdabfd377961f309.tar.gz tcl-ef53149ada51213b258e1a41cdabfd377961f309.tar.bz2 |
ChangeLog typo.
FossilOrigin-Name: bc39db13b0bab83c2a1ed2569ae79b0e146dd861
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * generic/tclBasic.c: Patch by Miguel, providing a [::tcl::unsupported::inject coroname command args], which prepends - ("injects") arbitrary code to a suspented coro's future resumption. + ("injects") arbitrary code to a suspended coro's future resumption. Neat for debugging complex coros without heavy instrumentation. 2010-11-29 Kevin B. Kenny <kennykb@acm.org> |