summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APInt.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-26 20:42:45 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-26 20:42:45 +0000
commit02760ed19ae02feca0cc536c035cdf08d222a8f3 (patch)
tree6461e81592bd0082aeae0bb3ae5765731b60c188 /include/llvm/ADT/APInt.h
parent61297f960ed2291c2475d04241b5e3e01c367fc8 (diff)
downloadllvm-02760ed19ae02feca0cc536c035cdf08d222a8f3.tar.gz
llvm-02760ed19ae02feca0cc536c035cdf08d222a8f3.tar.bz2
llvm-02760ed19ae02feca0cc536c035cdf08d222a8f3.tar.xz
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
Diffstat (limited to 'include/llvm/ADT/APInt.h')
-rw-r--r--include/llvm/ADT/APInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h
index 52c2fc01f1..ae581e0a33 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
//