diff mbox series

gcc: fix 'statements' comment typo

Message ID ca078d260a13aaf644fc871675a127c44aa12ccc.1730141264.git.sam@gentoo.org
State New
Headers show
Series gcc: fix 'statements' comment typo | expand

Commit Message

Sam James Oct. 28, 2024, 6:47 p.m. UTC
gcc/ChangeLog:

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

 gcc/opts-common.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/opts-common.cc b/gcc/opts-common.cc
index 22774457bf0f..ac2e77b16590 100644
--- a/gcc/opts-common.cc
+++ b/gcc/opts-common.cc
@@ -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)