summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-14 18:52:00 +0000
committerDan Gohman <gohman@apple.com>2009-07-14 18:52:00 +0000
commit04ff239d214823f8ded9df26e0b7eadf8c80e41e (patch)
tree73c25eec9c7930c348d638d24d0295388b6216c8 /include
parent419c6150877bb35bd3a95a3101e47f6615c8e390 (diff)
downloadllvm-04ff239d214823f8ded9df26e0b7eadf8c80e41e.tar.gz
llvm-04ff239d214823f8ded9df26e0b7eadf8c80e41e.tar.bz2
llvm-04ff239d214823f8ded9df26e0b7eadf8c80e41e.tar.xz
Fix a typo that Edwin spotted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 4a8bbf03de..38c4e30539 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;