diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-10-26 20:42:45 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-10-26 20:42:45 +0000 |
commit | aa105015ad98b9ac607546cad92e8fa76bf6bfcc (patch) | |
tree | 6461e81592bd0082aeae0bb3ae5765731b60c188 /include | |
parent | 0b5090fe8bab0e7478f84974b01b06a40a119bb0 (diff) | |
download | external_llvm-aa105015ad98b9ac607546cad92e8fa76bf6bfcc.zip external_llvm-aa105015ad98b9ac607546cad92e8fa76bf6bfcc.tar.gz external_llvm-aa105015ad98b9ac607546cad92e8fa76bf6bfcc.tar.bz2 |
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')
-rw-r--r-- | include/llvm/ADT/APInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 52c2fc0..ae581e0 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 // |