diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-03-13 17:02:59 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-03-13 17:02:59 +0000 |
commit | 36c233837a37e295ecef133739d2b6429c72b960 (patch) | |
tree | 5e785389051a0c0b00c55fc262ce3a091d596917 /include/clang/Analysis/PathSensitive/BasicValueFactory.h | |
parent | e78b809bbcd92928a63da81f2cd843faad3e4dfd (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/PathSensitive/BasicValueFactory.h')
-rw-r--r-- | include/clang/Analysis/PathSensitive/BasicValueFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/BasicValueFactory.h b/include/clang/Analysis/PathSensitive/BasicValueFactory.h index c0a28c3fd1..3a401d69df 100644 --- a/include/clang/Analysis/PathSensitive/BasicValueFactory.h +++ b/include/clang/Analysis/PathSensitive/BasicValueFactory.h @@ -77,7 +77,7 @@ public: const llvm::APSInt& getValue(uint64_t X, QualType T); /// Convert - Create a new persistent APSInt with the same value as 'From' - /// but with the bitwidth and signeness of 'To'. + /// but with the bitwidth and signedness of 'To'. const llvm::APSInt& Convert(const llvm::APSInt& To, const llvm::APSInt& From) { |