aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-09-25 13:53:22 +0000
committerDuncan Sands <baldrick@free.fr>2007-09-25 13:53:22 +0000
commitd98164e6eee1d41da7c3147d2e13215fcd68e592 (patch)
tree8e49e7f7ac2f74ba36304795e31e1562a78b633a /include/llvm
parentdb1b3e08bc8bb4c6e63010f87b77f91d067e4776 (diff)
downloadexternal_llvm-d98164e6eee1d41da7c3147d2e13215fcd68e592.zip
external_llvm-d98164e6eee1d41da7c3147d2e13215fcd68e592.tar.gz
external_llvm-d98164e6eee1d41da7c3147d2e13215fcd68e592.tar.bz2
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-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 757e3c4..ca29573 100644
--- 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
+ /// getForwardedType - 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.