File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2212,10 +2212,10 @@ static void add_ephemeron_to_pending(ptr pe) {
2212
2212
/* We could call check_ephemeron directly here, but the indirection
2213
2213
through `pending_ephemerons` can dramatically decrease the number
2214
2214
of times that we have to trigger re-checking, especially since
2215
- check_pending_pehemerons () is run only after all other sweep
2215
+ check_pending_ephemerons () is run only after all other sweep
2216
2216
opportunities are exhausted.
2217
- Guard against adding an empheron to the pending list a second
2218
- time. For example, an emphemeron can get swept twice if it's in
2217
+ Guard against adding an ephemeron to the pending list a second
2218
+ time. For example, an ephemeron can get swept twice if it's in
2219
2219
generation 2 and points to an inaccessible generation 0 object;
2220
2220
sweeping 2->0 will conservatively assume that the target will
2221
2221
end up in generation 1, which causes sweeping 2->1 to see the
You can’t perform that action at this time.
0 commit comments