From 4a229e908a08215851368a6294b61751520cdfbf Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Tue, 25 Sep 2007 13:53:22 +0000 Subject: [PATCH] Fix spelling. llvm-svn: 42296 --- llvm/include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index 757e3c4165f5..ca295738cdb2 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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.