summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APSInt.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-26 20:44:02 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-26 20:44:02 +0000
commit7f46734b66306bb81720fbe617c15b1184b13807 (patch)
treec514a66976fe86d069f4815ea198d1b9255dfed5 /include/llvm/ADT/APSInt.h
parent02760ed19ae02feca0cc536c035cdf08d222a8f3 (diff)
downloadllvm-7f46734b66306bb81720fbe617c15b1184b13807.tar.gz
llvm-7f46734b66306bb81720fbe617c15b1184b13807.tar.bz2
llvm-7f46734b66306bb81720fbe617c15b1184b13807.tar.xz
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
Diffstat (limited to 'include/llvm/ADT/APSInt.h')
-rw-r--r--include/llvm/ADT/APSInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APSInt.h b/include/llvm/ADT/APSInt.h
index f5b511409f..4339cd0814 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
//