[llvm-commits] [llvm] r43401 - /llvm/trunk/include/llvm/ADT/APInt.h

Ted Kremenek kremenek at apple.com
Fri Oct 26 13:42:45 PDT 2007


Author: kremenek
Date: Fri Oct 26 15:42:45 2007
New Revision: 43401

URL: http://llvm.org/viewvc/llvm-project?rev=43401&view=rev
Log:
Fixed incorrect "path name" in preamble (comment) of header file.

Modified:
    llvm/trunk/include/llvm/ADT/APInt.h

Modified: llvm/trunk/include/llvm/ADT/APInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APInt.h?rev=43401&r1=43400&r2=43401&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/APInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APInt.h Fri Oct 26 15:42:45 2007
@@ -1,4 +1,4 @@
-//===-- llvm/Support/APInt.h - For Arbitrary Precision Integer -*- C++ -*--===//
+//===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list