From: Ted Kremenek Date: Fri, 26 Oct 2007 20:44:02 +0000 (+0000) Subject: Fixed incorrect "path name" in preamble (comment) of header file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f46734b66306bb81720fbe617c15b1184b13807;p=oota-llvm.git Fixed incorrect "path name" in preamble (comment) of header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43402 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APSInt.h b/include/llvm/ADT/APSInt.h index f5b511409f6..4339cd08149 100644 --- a/include/llvm/ADT/APSInt.h +++ b/include/llvm/ADT/APSInt.h @@ -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 //