aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/MathExtrasTest.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-08-20 17:01:14 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-08-20 17:01:14 +0000
commit36891e654832d3b2191e4c5586c7818e237e6b7f (patch)
tree3570f32e82dfddbc6f15797d10ea30fd20eacd75 /unittests/Support/MathExtrasTest.cpp
parent89d177f017f5a41898f373f5c75a91eed0e96c8c (diff)
downloadexternal_llvm-36891e654832d3b2191e4c5586c7818e237e6b7f.zip
external_llvm-36891e654832d3b2191e4c5586c7818e237e6b7f.tar.gz
external_llvm-36891e654832d3b2191e4c5586c7818e237e6b7f.tar.bz2
Fixed header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/MathExtrasTest.cpp')
-rw-r--r--unittests/Support/MathExtrasTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/MathExtrasTest.cpp b/unittests/Support/MathExtrasTest.cpp
index 1f19468..3db1f77 100644
--- a/unittests/Support/MathExtrasTest.cpp
+++ b/unittests/Support/MathExtrasTest.cpp
@@ -1,4 +1,4 @@
-//===- llvm/unittest/Support/MathExtrasTest.cpp - math utils tests --------===//
+//===- unittests/Support/MathExtrasTest.cpp - math utils tests ------------===//
//
// The LLVM Compiler Infrastructure
//