Fix spelling.

llvm-svn: 42296
This commit is contained in:
Duncan Sands 2007-09-25 13:53:22 +00:00
parent c173edd271
commit 4a229e908a
1 changed files with 1 additions and 1 deletions

View File

@ -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.