]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Mar 2009 17:02:59 +0000 (17:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Mar 2009 17:02:59 +0000 (17:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66905 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/BasicValueFactory.h

index c0a28c3fd1d71b7c3d3fa0127a28cf9f94a46184..3a401d69dff3275d485482c014bbb32357099f5a 100644 (file)
@@ -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) {