diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-03 00:53:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-03 00:53:36 +0000 |
commit | a81545590994ae0598be441d7b4e884a6220954d (patch) | |
tree | 018b7bf80b54b94985584599e6cfc2fd9c6fc1c9 /gcc/varasm.c | |
parent | e6ecc89b1ffe1e13ba75daab525fbd29dabc6238 (diff) | |
download | gcc-a81545590994ae0598be441d7b4e884a6220954d.zip gcc-a81545590994ae0598be441d7b4e884a6220954d.tar.gz gcc-a81545590994ae0598be441d7b4e884a6220954d.tar.bz2 |
except.c: Fix comment typos.
* except.c: Fix comment typos.
* loop.c: Likewise.
* varasm.c: Likewise.
* doc/tm.texi: Fix a typo.
From-SVN: r48488
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index b886151..c753410 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1,6 +1,6 @@ /* Output variables, constants and external declarations, for GNU compiler. Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC. @@ -133,7 +133,7 @@ tree last_assemble_variable_decl; So giving constant the alias set for the type will allow such initializations to appear to conflict with the load of the constant. We avoid this by giving all constants an alias set for just constants. - Since there will be no stores to that a alias set, nothing will ever + Since there will be no stores to that alias set, nothing will ever conflict with them. */ static HOST_WIDE_INT const_alias_set; |