summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GCOV.h
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-12-05 22:02:29 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-12-05 22:02:29 +0000
commit298c76540e4e2a47e20e5cf2277b1783103aeea7 (patch)
treec38ff2d910a6f1f10f3cbe68023c0bc3024ce475 /include/llvm/Support/GCOV.h
parent3a6ea481a11e8adbea40e0d9c5a859e662bb97bd (diff)
downloadllvm-298c76540e4e2a47e20e5cf2277b1783103aeea7.tar.gz
llvm-298c76540e4e2a47e20e5cf2277b1783103aeea7.tar.bz2
llvm-298c76540e4e2a47e20e5cf2277b1783103aeea7.tar.xz
llvm-cov: Conformed headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/GCOV.h')
-rw-r--r--include/llvm/Support/GCOV.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/GCOV.h b/include/llvm/Support/GCOV.h
index 188c4126f1..5c27316f57 100644
--- a/include/llvm/Support/GCOV.h
+++ b/include/llvm/Support/GCOV.h
@@ -1,4 +1,4 @@
-//===-- llvm/Support/GCOV.h - LLVM coverage tool ----------------*- C++ -*-===//
+//===- GCOV.h - LLVM coverage tool ----------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header provides the interface to read and write coverage files that
+// This header provides the interface to read and write coverage files that
// use 'gcov' format.
//
//===----------------------------------------------------------------------===//