projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419c615
)
Fix a typo that Edwin spotted.
author
Dan Gohman
<gohman@apple.com>
Tue, 14 Jul 2009 18:52:00 +0000
(18:52 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 14 Jul 2009 18:52:00 +0000
(18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75661
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Type.h
patch
|
blob
|
history
diff --git
a/include/llvm/Type.h
b/include/llvm/Type.h
index 4a8bbf03de48f22e382a736d765101d20d8ce1e6..38c4e30539fb00d125a0028c26da70ad72c63b96 100644
(file)
--- 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
+ /// in
s
tance of the type is stored to memory. The TargetData class provides
/// additional query functions to provide this information.
///
unsigned getPrimitiveSizeInBits() const;