[llvm-commits] CVS: llvm/include/llvm/Constants.h

Misha Brukman brukman at cs.uiuc.edu
Sat Oct 23 20:18:41 PDT 2004



Changes in directory llvm/include/llvm:

Constants.h updated: 1.62 -> 1.63
---
Log message:

Fix grammar in comments to getSizeOf()


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.62 llvm/include/llvm/Constants.h:1.63
--- llvm/include/llvm/Constants.h:1.62	Sat Oct 23 22:01:32 2004
+++ llvm/include/llvm/Constants.h	Sat Oct 23 22:18:30 2004
@@ -558,7 +558,7 @@
   }
 
   /// getSizeOf constant expr - computes the size of a type in a target
-  /// independent way (Note: the return type UInt but the object is is not
+  /// independent way (Note: the return type is UInt but the object is not
   /// necessarily a ConstantUInt).
   ///
   static Constant *getSizeOf(const Type *Ty);






More information about the llvm-commits mailing list