We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428c568 commit ed323f1Copy full SHA for ed323f1
1 file changed
tcmalloc/sampler.h
@@ -67,7 +67,7 @@ namespace tcmalloc_internal {
67
// allocation is sampled.
68
//
69
// When an allocation occurs, bytes_until_sample_ is reset to
70
-// a new independtly sampled geometric number of bytes. The
+// a new independently sampled geometric number of bytes. The
71
// memoryless property of the point process means that this may
72
// be taken as the number of bytes after the end of the current
73
// allocation until the next marked byte. This ensures that
0 commit comments