]> gcc.gnu.org Git - gcc.git/commitdiff
Fix a typo in comment.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 19 Feb 2020 17:47:39 +0000 (18:47 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 19 Feb 2020 17:49:16 +0000 (18:49 +0100)
2020-02-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * collect2.c (maybe_run_lto_and_relink): Fix typo in
        comment.

gcc/ChangeLog
gcc/collect2.c

index 757d05a2f294bda76b8530657e2c53d0abd57df9..f5876a3023e01356b4eb88f364f0040093b8ffcc 100644 (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
index f7d9f103ddc485a77d118ec59fa46233bf13294d..f8a5ce45994eb628f6f8efd8fb72e5100bc0c130 100644 (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 *);
This page took 0.068807 seconds and 5 git commands to generate.