Przeglądaj źródła

bickets -> buckets

John Doe 7 lat temu
rodzic
commit
c9700f864b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/Common/Memory/HeapBucket.cpp

+ 1 - 1
lib/Common/Memory/HeapBucket.cpp

@@ -1470,7 +1470,7 @@ The sequence of things we do to allow allocations during concurrent sweep is des
 1. At the beginning of concurrrent sweep we decide if we will benefit from allowing allocations during concurrent
 sweep for any of the buckets. If there is at-least one bucket for which we think we will benefit we will turn on
 allocations during concurrent sweep. Once turned on we will attempt to enable allocations during concurrent sweep
-for all supported buckets (i.e. small/medium, normal/leaf, non-finalizable buckets.write barrier bickets are supported
+for all supported buckets (i.e. small/medium, normal/leaf, non-finalizable buckets.write barrier buckets are supported
 as well.).
 2. If allocations are turned on during concurrent sweep, we will see if there are any allocable blocks in the
 heapBlockList after the nextAllocableBlockHead. If we find any such blocks, we move them to a SLIST that the