summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-01-14 21:50:17 +0000
committerDale Johannesen <dalej@apple.com>2010-01-14 21:50:17 +0000
commitb297cdd937fb9053f06d247d6daef99dffe0384b (patch)
treea9bf3e80a61eb928e03e5ba86ec67a445ac977cb /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent35dd9e8e1d46483933954343837ebfbc95b40bc0 (diff)
downloadbcm5719-llvm-b297cdd937fb9053f06d247d6daef99dffe0384b.tar.gz
bcm5719-llvm-b297cdd937fb9053f06d247d6daef99dffe0384b.zip
Fix a comment.
llvm-svn: 93463
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index eb732372c45..876f628336f 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1649,7 +1649,7 @@ void AsmPrinter::printLabel(unsigned Id) const {
/// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
/// instruction, using the specified assembler variant. Targets should
-/// overried this to format as appropriate.
+/// override this to format as appropriate.
bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
unsigned AsmVariant, const char *ExtraCode) {
// Target doesn't support this yet!
OpenPOWER on IntegriCloud