diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-25 22:51:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-25 22:51:19 +0000 |
commit | f5818c0c87a2257c4f32ddd5e584ee2cb82e3133 (patch) | |
tree | 614c348ba18fc9ff5c26aa60654701c326ad6ed5 /gcc | |
parent | 21ff35fb7e5b0238b0caacf87e62100df3e1d2b3 (diff) | |
download | gcc-f5818c0c87a2257c4f32ddd5e584ee2cb82e3133.zip gcc-f5818c0c87a2257c4f32ddd5e584ee2cb82e3133.tar.gz gcc-f5818c0c87a2257c4f32ddd5e584ee2cb82e3133.tar.bz2 |
* config/m68hc11/m68hc11.md: Fix a comment typo.
From-SVN: r61802
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/m68hc11/m68hc11.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96a3c9e..1b3a300 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-25 Kazu Hirata <kazu@cs.umass.edu> + + * config/m68hc11/m68hc11.md: Fix a comment typo. + 2003-01-25 Andreas Jaeger <aj@suse.de> * 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 03dc66d..92676c6 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 |