]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc: fix typo in gimplify
authorSam James <sam@gentoo.org>
Thu, 3 Oct 2024 01:47:55 +0000 (02:47 +0100)
committerSam James <sam@gentoo.org>
Fri, 4 Oct 2024 03:35:21 +0000 (04:35 +0100)
gcc/ChangeLog:

* gimplify.cc (gimple_add_init_for_auto_var): Fix 'variable' typo.

gcc/gimplify.cc

index ceb53e5d5bb7434398d3e7a1aaf3cd58eff20efc..dd7efa71b74215e95aa3d3f920e6141cad1bbdaa 100644 (file)
@@ -2019,7 +2019,7 @@ gimple_add_init_for_auto_var (tree decl,
   gimplify_assign (decl, call, seq_p);
 }
 
-/* Generate padding initialization for automatic vairable DECL.
+/* Generate padding initialization for automatic variable DECL.
    C guarantees that brace-init with fewer initializers than members
    aggregate will initialize the rest of the aggregate as-if it were
    static initialization.  In turn static initialization guarantees