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:
db1b3e0
)
Fix spelling.
author
Duncan Sands
<baldrick@free.fr>
Tue, 25 Sep 2007 13:53:22 +0000
(13:53 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Tue, 25 Sep 2007 13:53:22 +0000
(13:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42296
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 757e3c4165f5315f38d865d0553e9d116e3e6843..ca295738cdb2740585426185548f6b8e469b1437 100644
(file)
--- a/
include/llvm/Type.h
+++ b/
include/llvm/Type.h
@@
-243,7
+243,7
@@
public:
///
unsigned getPrimitiveSizeInBits() const;
- /// getForwaredType - Return the type that this type has been resolved to if
+ /// getForwar
d
edType - Return the type that this type has been resolved to if
/// it has been resolved to anything. This is used to implement the
/// union-find algorithm for type resolution, and shouldn't be used by general
/// purpose clients.