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.


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to