[llvm-commits] [llvm] r43402 - /llvm/trunk/include/llvm/ADT/APSInt.h
Ted Kremenek
kremenek at apple.com
Fri Oct 26 13:44:03 PDT 2007
Author: kremenek
Date: Fri Oct 26 15:44:02 2007
New Revision: 43402
URL: http://llvm.org/viewvc/llvm-project?rev=43402&view=rev
Log:
Fixed incorrect "path name" in preamble (comment) of header file.
Modified:
llvm/trunk/include/llvm/ADT/APSInt.h
Modified: llvm/trunk/include/llvm/ADT/APSInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APSInt.h?rev=43402&r1=43401&r2=43402&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APSInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APSInt.h Fri Oct 26 15:44:02 2007
@@ -1,4 +1,4 @@
-//===-- llvm/Support/APSInt.h - Arbitrary Precision Signed Int -*- C++ -*--===//
+//===-- llvm/ADT/APSInt.h - Arbitrary Precision Signed Int -----*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list