Skip to content

Commit 525d7f7

Browse files
authored
Update types.h
1 parent fd21ccf commit 525d7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Include/internal/mimalloc/mimalloc

Include/internal/mimalloc/mimalloc/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ void _mi_stat_counter_increase(mi_stat_counter_t* stat, size_t amount);
705705
// Thread Local data
706706
// ------------------------------------------------------
707707

708-
// A "span" is is an available range of slices. The span queues keep
708+
// A "span" is an available range of slices. The span queues keep
709709
// track of slice spans of at most the given `slice_count` (but more than the previous size class).
710710
typedef struct mi_span_queue_s {
711711
mi_slice_t* first;

0 commit comments

Comments
 (0)