From 762f8be338fa3f6d9647cd5bfac8058c1dddaa98 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 17 Jun 2026 21:57:30 +0200 Subject: [PATCH] Fix typo in code comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simple substitution of "independtly" → "independently". --- tcmalloc/sampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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