diff --git a/tcmalloc/sampler.h b/tcmalloc/sampler.h index 266c6c9de..be7105d70 100644 --- a/tcmalloc/sampler.h +++ b/tcmalloc/sampler.h @@ -67,7 +67,7 @@ namespace tcmalloc_internal { // allocation is sampled. // // When an allocation occurs, bytes_until_sample_ is reset to -// a new independtly sampled geometric number of bytes. The +// a new independently sampled geometric number of bytes. The // memoryless property of the point process means that this may // be taken as the number of bytes after the end of the current // allocation until the next marked byte. This ensures that