diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 14:31:04 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 14:31:04 -0700 |
commit | fbd8fef444b20cf9d9ac9337b4132ff31f272507 (patch) | |
tree | 89d1dcb1ee1e634dfed0e5af48bc642ef7b0d544 /gcc | |
parent | 414b46a91d675627b38c61c3a3710431ecceb551 (diff) | |
download | gcc-fbd8fef444b20cf9d9ac9337b4132ff31f272507.zip gcc-fbd8fef444b20cf9d9ac9337b4132ff31f272507.tar.gz gcc-fbd8fef444b20cf9d9ac9337b4132ff31f272507.tar.bz2 |
Copyright typo
From-SVN: r24540
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/prefix.h b/gcc/prefix.h index f37d6f8..b7c3648 100644 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -1,4 +1,4 @@ -/* Provide prototypes for functions exported from prefix.c. */ +/* Provide prototypes for functions exported from prefix.c. Copyright (C) 1999 Free Software Foundation, Inc. This file is part of GNU CC. |