We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd21ccf commit 525d7f7Copy full SHA for 525d7f7
1 file changed
Include/internal/mimalloc/mimalloc/types.h
@@ -705,7 +705,7 @@ void _mi_stat_counter_increase(mi_stat_counter_t* stat, size_t amount);
705
// Thread Local data
706
// ------------------------------------------------------
707
708
-// A "span" is is an available range of slices. The span queues keep
+// A "span" is an available range of slices. The span queues keep
709
// track of slice spans of at most the given `slice_count` (but more than the previous size class).
710
typedef struct mi_span_queue_s {
711
mi_slice_t* first;
0 commit comments