Fix spelling in some comments.
authorBob Wilson <bob.wilson@apple.com>
Mon, 5 Jan 2009 17:23:09 +0000 (17:23 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 5 Jan 2009 17:23:09 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61702 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h

index 859a8ccac8d9e6cb1286f07b250547fbab038dcb..9cfd98092bbba6d93c028cae21249a6f2c6cff90 100644 (file)
@@ -807,7 +807,7 @@ TreePatternNode::isCommutativeIntrinsic(const CodeGenDAGPatterns &CDP) const {
 }
 
 
-/// ApplyTypeConstraints - Apply all of the type constraints relevent to
+/// ApplyTypeConstraints - Apply all of the type constraints relevant to
 /// this node and its children in the tree.  This returns true if it makes a
 /// change, false otherwise.  If a type contradiction is found, throw an
 /// exception.
index 977f75569fdd2e1eb9827d1d4985ba8cba8b5340..d44bfc93375e8cb27cb3336c42ced9c4db4a0479 100644 (file)
@@ -265,7 +265,7 @@ public:   // Higher level manipulation routines.
   /// PatFrag references.
   TreePatternNode *InlinePatternFragments(TreePattern &TP);
   
-  /// ApplyTypeConstraints - Apply all of the type constraints relevent to
+  /// ApplyTypeConstraints - Apply all of the type constraints relevant to
   /// this node and its children in the tree.  This returns true if it makes a
   /// change, false otherwise.  If a type contradiction is found, throw an
   /// exception.