commit | e5d5f7f0d8262178f9f69e78e3a4fbd71a34853c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 09 17:23:09 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 09 17:23:09 2012 -0700 |
tree | 33b0ffcca7b1f85ef0f05196f590d7660ee02e7a | |
parent | 9a7366e8943990619c494548050aa906f1971332 [diff] [blame] |
Fix two comment typos. Change-Id: Icb2d6f7fa97ef5a4409a7606875e416cfab0a4b3
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 @@ } } - // 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: