Fix a typo.
authorKazu Hirata <kazu@gcc.gnu.org>
Wed, 27 Apr 2005 17:40:22 +0000 (17:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 27 Apr 2005 17:40:22 +0000 (17:40 +0000)
From-SVN: r98862

gcc/ChangeLog

index 54870c628d189dd91418583d29e708a8c7340b58..4c6ef879b5645adcfe450112a7e9e9ec1dffa30b 100644 (file)
@@ -80,9 +80,8 @@
        (init_ssanames, fini_ssa_names, make_ssanames,
        release_ssa_name): Update uses of ssa_names.
 
-       * dojump.c: Fix comment typos.  emit-rtl.c, expmed.c, expr.c,
-       stmt.c, stor-layout.c: Use fold_buildN instead of
-       fold (buildN (...)).
+       * dojump.c, emit-rtl.c, expmed.c, expr.c, stmt.c, stor-layout.c:
+       Use fold_buildN instead of fold (buildN (...)).
 
 2005-04-27  Devang Patel <dpatel@apple.com>