mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:20:34 +08:00
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:
parent
e89100ef2e
commit
fd136f018e
@ -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
|
||||
|
@ -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 *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user