aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2020-02-19 18:47:39 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2020-02-19 18:49:16 +0100
commitfd136f018e6d64bff08b7a0243ba34911792547c (patch)
treebdc17468cf6b191d0c34ba6a89cd1b2951d785da /gcc/collect2.c
parente89100ef2efcf2bb1f1af1bdd81a1035d78f3fa4 (diff)
downloadgcc-fd136f018e6d64bff08b7a0243ba34911792547c.zip
gcc-fd136f018e6d64bff08b7a0243ba34911792547c.tar.gz
gcc-fd136f018e6d64bff08b7a0243ba34911792547c.tar.bz2
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.
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 1 insertions, 1 deletions
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 *);