From 02760ed19ae02feca0cc536c035cdf08d222a8f3 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 26 Oct 2007 20:42:45 +0000 Subject: [PATCH] Fixed incorrect "path name" in preamble (comment) of header file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43401 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/APInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 52c2fc01f12..ae581e0a331 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -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 // -- 2.34.1