~ chicken-core (chicken-5) 9b0fac688337d292bb96965bf7c45bd3a74ff2c2
commit 9b0fac688337d292bb96965bf7c45bd3a74ff2c2
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Nov 23 19:52:42 2012 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri Nov 23 19:52:42 2012 +0100
trivial change
diff --git a/runtime.c b/runtime.c
index dece653c..48ec0e29 100644
--- a/runtime.c
+++ b/runtime.c
@@ -2982,7 +2982,7 @@ C_regparm void C_fcall C_reclaim(void *trampoline, void *proc)
if(C_enable_gcweak) {
/* Check entries in weak item table and recover items ref'd only
- * once, which are unbound symbols and have empty property-lists: */
+ once, which are unbound symbols and have empty property-lists: */
weakn = 0;
wep = weak_item_table;
Trap