`primitive' has no `a'

llvm-svn: 19808
This commit is contained in:
Misha Brukman 2005-01-24 16:28:03 +00:00
parent 5b9c49b6f2
commit 664d251443
1 changed files with 1 additions and 1 deletions

View File

@ -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),