diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-23 15:05:49 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-23 15:05:49 +0000 |
commit | 0975351bcd9c0a63d79206f725789009ad72bd3b (patch) | |
tree | a47662875339514cf8b46f25d1fe13a255cec8c2 /gcc/config/vax | |
parent | 7b3423b968f7e45afe3d21fefefcae397065637e (diff) | |
download | gcc-0975351bcd9c0a63d79206f725789009ad72bd3b.tar.gz |
* alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
fold-const.c, gimplify.c, params.h, tree-data-ref.c,
tree-if-conv.c, tree-nested.c, tree-outof-ssa.c,
tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c,
config/freebsd-spec.h, config/arm/arm.h,
config/h8300/h8300.md, config/i386/i386.md,
config/i386/predicates.md, config/i386/sse.md,
config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c,
config/vax/vax.md: Fix comment typos. Follow spelling
conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94112 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vax.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md index bd25875ecdb..b3b8ff6f396 100644 --- a/gcc/config/vax/vax.md +++ b/gcc/config/vax/vax.md @@ -1,6 +1,6 @@ ;; Machine description for GNU compiler, VAX Version ;; Copyright (C) 1987, 1988, 1991, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -;; 2002, 2004 Free Software Foundation, Inc. +;; 2002, 2004, 2005 Free Software Foundation, Inc. ;; This file is part of GCC. @@ -2007,7 +2007,7 @@ }) ;; This insn is a bit of a lier. It actually falls through if no case -;; matches. But, we prevent that from ever happening by emiting a jump +;; matches. But, we prevent that from ever happening by emitting a jump ;; before this, see the define_expand above. (define_insn "casesi1" [(match_operand:SI 1 "const_int_operand" "n") |