diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-31 17:47:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-31 17:47:43 +0000 |
commit | 3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9 (patch) | |
tree | 6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/builtin-types.def | |
parent | dd9242d42af3f7f938cf2c7bd901a8602a2e443b (diff) | |
download | gcc-3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9.tar.gz |
* alloc-pool.c: Fix comment typos.
* builtin-types.def: Likewise.
* builtins.def: Likewise.
* c-pretty-print.c: Likewise.
* df.h: Likewise.
* reload1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtin-types.def')
-rw-r--r-- | gcc/builtin-types.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def index f33bacd4330..df74661738f 100644 --- a/gcc/builtin-types.def +++ b/gcc/builtin-types.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -17,7 +17,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This header provides a declaritive way of describing the types that +/* This header provides a declarative way of describing the types that are used when declaring builtin functions. Before including this header, you must define the following macros: |