]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc: fix 'statements' comment typo
authorSam James <sam@gentoo.org>
Mon, 28 Oct 2024 18:24:14 +0000 (18:24 +0000)
committerSam James <sam@gentoo.org>
Mon, 28 Oct 2024 18:24:21 +0000 (18:24 +0000)
gcc/ChangeLog:

* opts-common.cc (prune_options): Fix typo.

gcc/opts-common.cc

index 22774457bf0fe2da9ff8d3821ed33866eedcb3cb..ac2e77b16590b3b11cebbb3cadb97fd4b0338586 100644 (file)
@@ -40,7 +40,7 @@ static void prune_options (struct cl_decoded_option **, unsigned int *);
    example, we want -gno-statement-frontiers to be taken as a negation
    of -gstatement-frontiers, but without catching the gno- prefix and
    signaling it's to be used for option remapping, it would end up
-   backtracked to g with no-statemnet-frontiers as the debug level.  */
+   backtracked to g with no-statement-frontiers as the debug level.  */
 
 static bool
 remapping_prefix_p (const struct cl_option *opt)