]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2012-01-09 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jan 2012 08:41:12 +0000 (08:41 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jan 2012 08:41:12 +0000 (08:41 +0000)
* tree-streamer-out.c (write_ts_optimization): Fix spelling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183002 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-streamer-out.c

index 01e160ceb04a593827695899649e2dbee754c841..4cce7356bd658d8e9a01d49d032f30fe72ccfe8d 100644 (file)
@@ -1,8 +1,12 @@
+2012-01-09  Richard Guenther  <rguenther@suse.de>
+
+       * tree-streamer-out.c (write_ts_optimization): Fix spelling.
+
 2012-01-08  Jan Hubicka  <jh@suse.cz>
 
        PR tree-optimize/51680
-       * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix conditoin on when
-       known_vals needs to be computed; cleanup.
+       * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
+       on when known_vals needs to be computed; cleanup.
 
 2012-01-08  Jan Hubicka  <jh@suse.cz>
 
index df8b92aa10225906b6e639e4ab4cab0c45376a69..ea5834e41cec5532ee997b58e7a3d05b9a0da362 100644 (file)
@@ -776,7 +776,7 @@ write_ts_optimization (struct output_block *ob, tree expr)
   struct bitpack_d bp;
   unsigned i, len;
 
-  /* The cl_optimizaation is generated by the options
+  /* The cl_optimization is generated by the options
      awk script, so we just recreate a byte-by-byte copy here. */
 
   bp = bitpack_create (ob->main_stream);