2020-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
* collect2.c (maybe_run_lto_and_relink): Fix typo in
comment.
+2020-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * collect2.c (maybe_run_lto_and_relink): Fix typo in
+ comment.
+
2020-02-19 Richard Sandiford <richard.sandiford@arm.com>
PR tree-optimization/93767
/* signal handler may access uninitialized memory
and delete whatever it points to, if lto_o_files
- is not allocatted with calloc. */
+ is not allocated with calloc. */
lto_o_files = XCNEWVEC (char *, num_files + 1);
lto_o_files[num_files] = NULL;
start = XOBFINISH (&temporary_obstack, char *);