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

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 14 18:16:03 PDT 2004



Changes in directory llvm/include/llvm:

Type.h updated: 1.54 -> 1.55

---
Log message:

Yeah, how about those 'primative' types huh?


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

Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.54 llvm/include/llvm/Type.h:1.55
--- llvm/include/llvm/Type.h:1.54	Wed Jul 14 15:10:26 2004
+++ llvm/include/llvm/Type.h	Wed Jul 14 20:15:53 2004
@@ -201,7 +201,7 @@
            isSizedDerivedType();
   }
 
-  /// getPrimitiveSize - Return the basic size of this type if it is a primative
+  /// getPrimitiveSize - Return the basic size of this type if it is a primitive
   /// type.  These are fixed by LLVM and are not target dependent.  This will
   /// return zero if the type does not have a size or is not a primitive type.
   ///





More information about the llvm-commits mailing list