[llvm-commits] [llvm] r42296 - /llvm/trunk/include/llvm/Type.h

Duncan Sands baldrick at free.fr
Tue Sep 25 06:53:22 PDT 2007


Author: baldrick
Date: Tue Sep 25 08:53:22 2007
New Revision: 42296

URL: http://llvm.org/viewvc/llvm-project?rev=42296&view=rev
Log:
Fix spelling.

Modified:
    llvm/trunk/include/llvm/Type.h

Modified: llvm/trunk/include/llvm/Type.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Type.h?rev=42296&r1=42295&r2=42296&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Type.h (original)
+++ llvm/trunk/include/llvm/Type.h Tue Sep 25 08:53:22 2007
@@ -243,7 +243,7 @@
   ///
   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.





More information about the llvm-commits mailing list