]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/lto/lto.c
Fix coding style and typos.
[gcc.git] / gcc / lto / lto.c
index 1a6b18d3e348b541166d5f10ba1e223d91754fe3..1c55f3f691adca90bd2f074795c56b103b3b40d7 100644 (file)
@@ -1808,9 +1808,9 @@ lto_read_decls (struct lto_file_decl_data *decl_data, const void *data,
                  num_prevailing_types++;
                  lto_fixup_prevailing_type (t);
 
-                 /* Compute the canonical type of all types.
-                    Because SCC components ar estreame in random (hash) order
-                    we may have enountered the type before while registering
+                 /* Compute the canonical type of all types.
+                    Because SCC components are streamed in random (hash) order
+                    we may have encountered the type before while registering
                     type canonical of a derived type in the same SCC.  */
                  if (!TYPE_CANONICAL (t))
                    gimple_register_canonical_type (t);
This page took 0.027247 seconds and 5 git commands to generate.