diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-22 09:06:34 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-22 09:06:34 +0000 |
commit | 395b7ae93375d636c3b40417566bf4eb74d7e074 (patch) | |
tree | 5ffff7b0c83e4247e32d4970d805057b0cd1939d /gcc/sched-int.h | |
parent | 56990da588dd38eb7becc986dc075cb58e51259e (diff) | |
download | gcc-395b7ae93375d636c3b40417566bf4eb74d7e074.tar.gz |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46406 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 0637813d764..2a9695e170a 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -16,8 +16,8 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +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. */ /* Forward declaration. */ |