Fix a comment.
authorDan Gohman <gohman@apple.com>
Tue, 11 May 2010 18:03:41 +0000 (18:03 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 11 May 2010 18:03:41 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103483 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetSelectionDAGInfo.h

index 89adc942718d81835f29ecee51f2d71504a7341d..2be183440224b9ec76c76bff1035ea3afb09a0f8 100644 (file)
@@ -24,7 +24,7 @@ class TargetData;
 class TargetMachine;
 
 //===----------------------------------------------------------------------===//
-/// TargetSelectionDAGLowering - Targets can subclass this to parameterize the
+/// TargetSelectionDAGInfo - Targets can subclass this to parameterize the
 /// SelectionDAG lowering and instruction selection process.
 ///
 class TargetSelectionDAGInfo {