OSDN Git Service

* unwind-generic.h: Fix comment typos.
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-dse.c
index f5399f1..3435fa3 100644 (file)
@@ -653,7 +653,7 @@ execute_simple_dse (void)
        bitmap_ior_into (variables_loaded,
                         LOADED_SYMS (bsi_stmt (bsi)));
 
-  /* Look for statements writting into the write only variables.
+  /* Look for statements writing into the write only variables.
      And try to remove them.  */
 
   FOR_EACH_BB (bb)