From: Duncan Sands Date: Tue, 25 Sep 2007 13:53:22 +0000 (+0000) Subject: Fix spelling. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d98164e6eee1d41da7c3147d2e13215fcd68e592;p=oota-llvm.git Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42296 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 757e3c4165f..ca295738cdb 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.