[llvm-commits] [llvm] r79536 - /llvm/trunk/unittests/Support/MathExtrasTest.cpp

Misha Brukman brukman+llvm at gmail.com
Thu Aug 20 10:01:14 PDT 2009


Author: brukman
Date: Thu Aug 20 12:01:14 2009
New Revision: 79536

URL: http://llvm.org/viewvc/llvm-project?rev=79536&view=rev
Log:
Fixed header comment.

Modified:
    llvm/trunk/unittests/Support/MathExtrasTest.cpp

Modified: llvm/trunk/unittests/Support/MathExtrasTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/MathExtrasTest.cpp?rev=79536&r1=79535&r2=79536&view=diff

==============================================================================
--- llvm/trunk/unittests/Support/MathExtrasTest.cpp (original)
+++ llvm/trunk/unittests/Support/MathExtrasTest.cpp Thu Aug 20 12:01:14 2009
@@ -1,4 +1,4 @@
-//===- llvm/unittest/Support/MathExtrasTest.cpp - math utils tests --------===//
+//===- unittests/Support/MathExtrasTest.cpp - math utils tests ------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list