[cfe-commits] r66905 - /cfe/trunk/include/clang/Analysis/PathSensitive/BasicValueFactory.h

Ted Kremenek kremenek at apple.com
Fri Mar 13 10:02:59 PDT 2009


Author: kremenek
Date: Fri Mar 13 12:02:59 2009
New Revision: 66905

URL: http://llvm.org/viewvc/llvm-project?rev=66905&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/include/clang/Analysis/PathSensitive/BasicValueFactory.h

Modified: cfe/trunk/include/clang/Analysis/PathSensitive/BasicValueFactory.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/BasicValueFactory.h?rev=66905&r1=66904&r2=66905&view=diff

==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/BasicValueFactory.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/BasicValueFactory.h Fri Mar 13 12:02:59 2009
@@ -77,7 +77,7 @@
   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) {
     





More information about the cfe-commits mailing list