summaryrefslogtreecommitdiff
path: root/lib/msan/msan_report.cc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-12-27 14:09:19 +0000
committerKostya Serebryany <kcc@google.com>2012-12-27 14:09:19 +0000
commit4b48f4563ca25d8915155acc5837e195cf0e5c57 (patch)
tree9982c23b5886f2dd76bd0ee98732506a766a31ec /lib/msan/msan_report.cc
parentd7d7b5f39cf5bbc36403afb0a94d473519c7ab78 (diff)
[sanitizer] add statistics to the allocator; fix lint
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@171161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan_report.cc')
-rw-r--r--lib/msan/msan_report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msan/msan_report.cc b/lib/msan/msan_report.cc
index 4daf363c3..27d20d3d8 100644
--- a/lib/msan/msan_report.cc
+++ b/lib/msan/msan_report.cc
@@ -1,4 +1,4 @@
-//===-- msan_report.cc -----------------------------------------------------===//
+//===-- msan_report.cc ----------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//