From 654b7105272964b53c9adacf568f2124da93eb9f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 Jul 2004 01:15:53 +0000 Subject: [PATCH] Yeah, how about those 'primative' types huh? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14836 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index fab69aa7b64..6cf3c8d04b5 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -201,7 +201,7 @@ public: 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. ///