OSDN Git Service

Fix a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2005 17:40:22 +0000 (17:40 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Apr 2005 17:40:22 +0000 (17:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98862 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 54870c6..4c6ef87 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>