diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index b11651e..bdee2c4 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -18,7 +18,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. */ -/* String text, identifer text and identifier node allocator. Strings +/* String text, identifier text and identifier node allocator. Strings allocated by ggc_alloc_string are stored in an obstack which is never shrunk. Identifiers are uniquely stored in a hash table. |