From: Chris Lattner Date: Thu, 15 Jul 2004 01:15:53 +0000 (+0000) Subject: Yeah, how about those 'primative' types huh? X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=654b7105272964b53c9adacf568f2124da93eb9f;p=oota-llvm.git Yeah, how about those 'primative' types huh? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14836 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. ///