Skip to content

Commit ed323f1

Browse files
authored
Fix typo in code comment
Simple substitution of "independtly" → "independently".
1 parent 428c568 commit ed323f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tcmalloc/sampler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace tcmalloc_internal {
6767
// allocation is sampled.
6868
//
6969
// When an allocation occurs, bytes_until_sample_ is reset to
70-
// a new independtly sampled geometric number of bytes. The
70+
// a new independently sampled geometric number of bytes. The
7171
// memoryless property of the point process means that this may
7272
// be taken as the number of bytes after the end of the current
7373
// allocation until the next marked byte. This ensures that

0 commit comments

Comments
 (0)