summaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-20 04:31:53 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-20 04:31:53 +0000
commit73b5bf077cf1b3c314dace4fedba110078fcaf66 (patch)
tree740ac7dda0a533f54d526d77963b33987382e233 /gcc/final.c
parent2e8b96eb99aa7ebc849b0848d9d8d95eea19a37d (diff)
downloadgcc-73b5bf077cf1b3c314dace4fedba110078fcaf66.tar.gz
* regmove.c (try_auto_increment): Fix spelling error in comment.
* final.c (final_scan_insn): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 189b83fbeee..2968174a430 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -2221,7 +2221,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
/* Get out the operand values. */
string = decode_asm_operands (body, ops, NULL, NULL, NULL, &loc);
- /* Inhibit dieing on what would otherwise be compiler bugs. */
+ /* Inhibit dying on what would otherwise be compiler bugs. */
insn_noperands = noperands;
this_is_asm_operands = insn;
expanded = expand_location (loc);