summaryrefslogtreecommitdiff
path: root/unittests
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
parent89d177f017f5a41898f373f5c75a91eed0e96c8c (diff)
downloadllvm-36891e654832d3b2191e4c5586c7818e237e6b7f.tar.gz
llvm-36891e654832d3b2191e4c5586c7818e237e6b7f.tar.bz2
llvm-36891e654832d3b2191e4c5586c7818e237e6b7f.tar.xz
Fixed header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-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 1f1946827e..3db1f77d44 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
//