diff options
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ static GCObject **getgclist (GCObject *o) { | |||
152 | ** and its key is not marked, mark its entry as dead. This allows the | 152 | ** and its key is not marked, mark its entry as dead. This allows the |
153 | ** collection of the key, but keeps its entry in the table (its removal | 153 | ** collection of the key, but keeps its entry in the table (its removal |
154 | ** could break a chain). The main feature of a dead key is that it must | 154 | ** could break a chain). The main feature of a dead key is that it must |
155 | ** be different from any other value, to do not disturb searches. | 155 | ** be different from any other value, to do not disturb searches. |
156 | ** Other places never manipulate dead keys, because its associated empty | 156 | ** Other places never manipulate dead keys, because its associated empty |
157 | ** value is enough to signal that the entry is logically empty. | 157 | ** value is enough to signal that the entry is logically empty. |
158 | */ | 158 | */ |