summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/ARMDecoderEmitter.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-10-07 21:55:16 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-10-07 21:55:16 +0000
commit1e00173d20247e07167fe1eb33fdb032ad75a8c0 (patch)
tree2228b927af5667eadaa862de1d5a034b7c7d8c36 /llvm/utils/TableGen/ARMDecoderEmitter.cpp
parent15a9edc7cf2301f604cf92748584a6c0754eab72 (diff)
downloadbcm5719-llvm-1e00173d20247e07167fe1eb33fdb032ad75a8c0.tar.gz
bcm5719-llvm-1e00173d20247e07167fe1eb33fdb032ad75a8c0.zip
Fix typo in comment.
llvm-svn: 115986
Diffstat (limited to 'llvm/utils/TableGen/ARMDecoderEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/ARMDecoderEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/ARMDecoderEmitter.cpp b/llvm/utils/TableGen/ARMDecoderEmitter.cpp
index 34b45926772..7c4de494c75 100644
--- a/llvm/utils/TableGen/ARMDecoderEmitter.cpp
+++ b/llvm/utils/TableGen/ARMDecoderEmitter.cpp
@@ -240,7 +240,7 @@ typedef bit_value_t insn_t[BIT_WIDTH];
/// the Filter/FilterChooser combo does not know how to distinguish among the
/// Opcodes assigned.
///
-/// An example of a conflcit is
+/// An example of a conflict is
///
/// Conflict:
/// 111101000.00........00010000....
OpenPOWER on IntegriCloud