summaryrefslogtreecommitdiff
path: root/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
commitda4231f134989af7dc6bd3408821ba573def27b2 (patch)
treef8d9f8d031531243cb03309deb509cc8c3b79c95 /utils/TableGen/CodeGenDAGPatterns.h
parent866cc6005a2abfacc6568b4ea1cdfd141a639469 (diff)
downloadllvm-da4231f134989af7dc6bd3408821ba573def27b2.tar.gz
llvm-da4231f134989af7dc6bd3408821ba573def27b2.tar.bz2
llvm-da4231f134989af7dc6bd3408821ba573def27b2.tar.xz
fix a few spelling errors and typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenDAGPatterns.h')
-rw-r--r--utils/TableGen/CodeGenDAGPatterns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenDAGPatterns.h b/utils/TableGen/CodeGenDAGPatterns.h
index a3e0af6d61..615802beeb 100644
--- a/utils/TableGen/CodeGenDAGPatterns.h
+++ b/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();