Fix a typo in comment.

2020-02-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * collect2.c (maybe_run_lto_and_relink): Fix typo in
        comment.
This commit is contained in:
Bernd Edlinger 2020-02-19 18:47:39 +01:00
parent e89100ef2e
commit fd136f018e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -663,7 +663,7 @@ maybe_run_lto_and_relink (char **lto_ld_argv, char **object_lst,
/* 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 *);