diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-18 13:44:00 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-18 13:44:00 -0500 |
commit | 11e87727436a00ef9afbd1d2648de66e8e2892b2 (patch) | |
tree | 590ae58eb8e9675761419466ffe16ad5239dc055 | |
parent | 15cf7c831ed77da1369ba0b27480fc3a73c2b396 (diff) | |
download | gcc-11e87727436a00ef9afbd1d2648de66e8e2892b2.zip gcc-11e87727436a00ef9afbd1d2648de66e8e2892b2.tar.gz gcc-11e87727436a00ef9afbd1d2648de66e8e2892b2.tar.bz2 |
Fix typo in comments.
From-SVN: r11292
-rw-r--r-- | gcc/config/alpha/alpha.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 7928065..f24020e 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1,5 +1,5 @@ ;; Machine description for DEC Alpha for GNU C compiler -;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; This file is part of GNU CC. @@ -640,10 +640,10 @@ zapnot %r1,%m2,%0" [(set_attr "type" "iaddlog,iaddlog,shiftcm")]) -;; There are times when we can split and AND into two AND insns. This occurs +;; There are times when we can split an AND into two AND insns. This occurs ;; when we can first clear any bytes and then clear anything else. For ;; example "I & 0xffff07" is "(I & 0xffffff) & 0xffffffffffffff07". -;; Only to this when running on 64-bit host since the computations are +;; Only do this when running on 64-bit host since the computations are ;; too messy otherwise. (define_split |