diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-15 01:15:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-15 01:15:53 +0000 |
commit | 654b7105272964b53c9adacf568f2124da93eb9f (patch) | |
tree | 344fa5cd9d0c43cd37ce3a35718fe601cf0f764d | |
parent | 8bfc2f11a481419a5b5d5e63dc432c09c54c8a3a (diff) |
Yeah, how about those 'primative' types huh?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14836 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h index fab69aa7b6..6cf3c8d04b 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. /// |