From 664d251443f928d70ce522e7810a6561bb8b228b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 24 Jan 2005 16:28:03 +0000 Subject: [PATCH] `primitive' has no `a' llvm-svn: 19808 --- llvm/include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index a4035cb1fb0d..1d776440522f 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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),