From fd136f018e6d64bff08b7a0243ba34911792547c Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Wed, 19 Feb 2020 18:47:39 +0100 Subject: [PATCH] Fix a typo in comment. 2020-02-19 Bernd Edlinger * collect2.c (maybe_run_lto_and_relink): Fix typo in comment. --- gcc/ChangeLog | 5 +++++ gcc/collect2.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 757d05a..f5876a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-02-19 Bernd Edlinger + + * collect2.c (maybe_run_lto_and_relink): Fix typo in + comment. + 2020-02-19 Richard Sandiford PR tree-optimization/93767 diff --git a/gcc/collect2.c b/gcc/collect2.c index f7d9f10..f8a5ce4 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -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 *); -- 2.7.4