summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenDAGPatterns.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-03-26 16:17:51 +0000
committerJim Grosbach <grosbach@apple.com>2009-03-26 16:17:51 +0000
commit975c1cb41a92884c587db3c5c4282870a6b5377d (patch)
tree51604704d74447cb608155079e19b37e2e569381 /llvm/utils/TableGen/CodeGenDAGPatterns.h
parentdd76524d76b75140c5685bcf57c34aa04eb4d9a3 (diff)
downloadbcm5719-llvm-975c1cb41a92884c587db3c5c4282870a6b5377d.tar.gz
bcm5719-llvm-975c1cb41a92884c587db3c5c4282870a6b5377d.zip
fix a few spelling errors and typos
llvm-svn: 67758
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.h')
-rw-r--r--llvm/utils/TableGen/CodeGenDAGPatterns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.h b/llvm/utils/TableGen/CodeGenDAGPatterns.h
index a3e0af6d611..615802beeb3 100644
--- a/llvm/utils/TableGen/CodeGenDAGPatterns.h
+++ b/llvm/utils/TableGen/CodeGenDAGPatterns.h
@@ -365,7 +365,7 @@ public:
}
/// InferAllTypes - Infer/propagate as many types throughout the expression
- /// patterns as possible. Return true if all types are infered, false
+ /// patterns as possible. Return true if all types are inferred, false
/// otherwise. Throw an exception if a type contradiction is found.
bool InferAllTypes();
OpenPOWER on IntegriCloud