Skip to content

Commit 4223fb6

Browse files
committed
[GC] Fix a comment in tcache.d
1 parent a97d39a commit 4223fb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdlib/d/gc/tcache.d

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ private:
408408

409409
// We are about to allocate, make room for it if needed.
410410
if (maybeRunGCCycle()) {
411-
// The bin might have gained a pointer through a
412-
// finalizer.
411+
// The bin might have gained a pointer through a finalizer.
413412
if (bin.allocate(ptr)) {
414413
return ptr;
415414
}

0 commit comments

Comments
 (0)