diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-08-20 17:01:14 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-08-20 17:01:14 +0000 |
commit | b32dd6fb4a87270b9fc08d8da78e0a2855f44aef (patch) | |
tree | 3570f32e82dfddbc6f15797d10ea30fd20eacd75 /unittests/Support | |
parent | af35b283da82d4bdd623e8b7d5ae0c16fe55e4fb (diff) | |
download | external_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.cpp | 2 |
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 // |