aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
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
commitb32dd6fb4a87270b9fc08d8da78e0a2855f44aef (patch)
tree3570f32e82dfddbc6f15797d10ea30fd20eacd75 /unittests/Support
parentaf35b283da82d4bdd623e8b7d5ae0c16fe55e4fb (diff)
downloadexternal_llvm-b32dd6fb4a87270b9fc08d8da78e0a2855f44aef.zip
external_llvm-b32dd6fb4a87270b9fc08d8da78e0a2855f44aef.tar.gz
external_llvm-b32dd6fb4a87270b9fc08d8da78e0a2855f44aef.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')
-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
//