Fix comment for LegalizeTypeAction enum.
authorCraig Topper <craig.topper@gmail.com>
Sun, 13 Nov 2011 22:11:24 +0000 (22:11 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 13 Nov 2011 22:11:24 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144511 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index c81e83950d3162c230229dd25fa5a1abebe62b79..3fe3a38b2a08142793471f56ef7a9eee4d998b4f 100644 (file)
@@ -94,7 +94,7 @@ public:
     Custom      // Use the LowerOperation hook to implement custom lowering.
   };
 
-  /// LegalizeAction - This enum indicates whether a types are legal for a
+  /// LegalizeTypeAction - This enum indicates whether a types are legal for a
   /// target, and if not, what action should be used to make them valid.
   enum LegalizeTypeAction {
     TypeLegal,           // The target natively supports this type.