From 07b00e1036f3a3da5c85315c0f50b43881c15943 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 14 Jul 2009 18:52:00 +0000 Subject: [PATCH] Fix a typo that Edwin spotted. llvm-svn: 75661 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 4a8bbf03de4..38c4e30539f 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -270,7 +270,7 @@ public: /// /// Note that this may not reflect the size of memory allocated for an /// instance of the type or the number of bytes that are written when an - /// intance of the type is stored to memory. The TargetData class provides + /// instance of the type is stored to memory. The TargetData class provides /// additional query functions to provide this information. /// unsigned getPrimitiveSizeInBits() const;