diff options
Diffstat (limited to 'libc/bionic/malloc_debug_common.cpp')
| -rw-r--r-- | libc/bionic/malloc_debug_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/malloc_debug_common.cpp b/libc/bionic/malloc_debug_common.cpp index 3a12cd4..adcc238 100644 --- a/libc/bionic/malloc_debug_common.cpp +++ b/libc/bionic/malloc_debug_common.cpp @@ -376,7 +376,7 @@ static void malloc_init_impl() { } } - // Lets see which .so must be loaded for the requested debug level + // Choose the appropriate .so for the requested debug level. switch (debug_level) { case 1: case 5: |
