From f5818c0c87a2257c4f32ddd5e584ee2cb82e3133 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 25 Jan 2003 22:51:19 +0000 Subject: [PATCH] * config/m68hc11/m68hc11.md: Fix a comment typo. From-SVN: r61802 --- gcc/ChangeLog | 4 ++++ gcc/config/m68hc11/m68hc11.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96a3c9ecf07..1b3a30023cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-25 Kazu Hirata + + * config/m68hc11/m68hc11.md: Fix a comment typo. + 2003-01-25 Andreas Jaeger * config/i386/i386.c (x86_output_mi_thunk): Correct test for diff --git a/gcc/config/m68hc11/m68hc11.md b/gcc/config/m68hc11/m68hc11.md index 03dc66de9db..92676c6af1d 100644 --- a/gcc/config/m68hc11/m68hc11.md +++ b/gcc/config/m68hc11/m68hc11.md @@ -93,7 +93,7 @@ ;; Operands modifiers: ;; ;; %b Get the low part of the operand (to obtain a QImode) -;; This modified must always be used for QImode operations +;; This modifier must always be used for QImode operations ;; because a correction must be applied when the operand ;; is a soft register (ex: *ZD1). Otherwise, we generate ;; *ZD1 and this is the high part of the register. For other -- 2.30.2