diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-18 02:06:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-18 02:06:38 +0000 |
commit | d886af571aea1033393a58d8820abba6d6a791ee (patch) | |
tree | 6cb6e06382eb8b8670ebabb32a232d96f974be11 | |
parent | 074fcc216ad98ae331ac6632125374c7e35f6ec5 (diff) | |
download | gcc-d886af571aea1033393a58d8820abba6d6a791ee.tar.gz |
* i370.md: Fix spelling typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36918 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i370/i370.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c0fe8b351b..88a4357540d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 17 20:05:51 2000 Martin Buchholz <martin@xemacs.org> + + * i370.md: Fix spelling typo. + 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * function.c (locate_and_pad_parm): Don't align stack unconditionally. diff --git a/gcc/config/i370/i370.md b/gcc/config/i370/i370.md index 33827e0d333..614e3d6fb6b 100644 --- a/gcc/config/i370/i370.md +++ b/gcc/config/i370/i370.md @@ -298,7 +298,7 @@ ; cmphi instruction pattern(s). ; -; depricate constraint d because it takes multiple instructions +; deprecate constraint d because it takes multiple instructions ; and a memeory access ... (define_insn "cmphi" [(set (cc0) |