summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-01-24 16:28:03 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-01-24 16:28:03 +0000
commitbcb18fa612052924ab1b1e1802b1dcb1f3544990 (patch)
tree788f166a2bff0676f576f504599238da52dba2e8 /include/llvm/Type.h
parent49266b2afab9c46b0f4a6912b001a23b08822443 (diff)
downloadllvm-bcb18fa612052924ab1b1e1802b1dcb1f3544990.tar.gz
llvm-bcb18fa612052924ab1b1e1802b1dcb1f3544990.tar.bz2
llvm-bcb18fa612052924ab1b1e1802b1dcb1f3544990.tar.xz
`primitive' has no `a'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index a4035cb1fb..1d77644052 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -201,7 +201,7 @@ public:
/// TargetData subsystem to do this.
///
bool isSized() const {
- // If it's a primative, it is always sized.
+ // If it's a primitive, it is always sized.
if (ID >= BoolTyID && ID <= DoubleTyID || ID == PointerTyID)
return true;
// If it is not something that can have a size (e.g. a function or label),