summaryrefslogtreecommitdiff
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
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
-rw-r--r--include/llvm/Support/GCOV.h4
-rw-r--r--lib/IR/GCOV.cpp2
-rw-r--r--tools/llvm-cov/llvm-cov.cpp2
3 files changed, 4 insertions, 4 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.
//
//===----------------------------------------------------------------------===//
diff --git a/lib/IR/GCOV.cpp b/lib/IR/GCOV.cpp
index d377858498..8e5fd775a8 100644
--- a/lib/IR/GCOV.cpp
+++ b/lib/IR/GCOV.cpp
@@ -1,4 +1,4 @@
-//===- GCOVr.cpp - LLVM coverage tool -------------------------------------===//
+//===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/tools/llvm-cov/llvm-cov.cpp b/tools/llvm-cov/llvm-cov.cpp
index b1ea33e4bd..7d3277aa8b 100644
--- a/tools/llvm-cov/llvm-cov.cpp
+++ b/tools/llvm-cov/llvm-cov.cpp
@@ -1,4 +1,4 @@
-//===- tools/llvm-cov/llvm-cov.cpp - LLVM coverage tool -------------------===//
+//===- llvm-cov.cpp - LLVM coverage tool ----------------------------------===//
//
// The LLVM Compiler Infrastructure
//