Hi!

Found a typo in a comment.

Committed as obvious.

2025-03-29  Jakub Jelinek  <ja...@redhat.com>

        * name-lookup.cc (maybe_lazily_declare): Fix comment typo,
        anout -> about.

--- gcc/cp/name-lookup.cc.jj    2025-03-27 19:13:58.168298922 +0100
+++ gcc/cp/name-lookup.cc       2025-03-29 11:29:48.421292457 +0100
@@ -2012,8 +2012,8 @@ get_class_binding_direct (tree klass, tr
 static void
 maybe_lazily_declare (tree klass, tree name)
 {
-  /* See big comment anout module_state::write_pendings regarding adding a 
check
-     bit.  */
+  /* See big comment about module_state::write_pendings regarding adding
+     a check bit.  */
   if (modules_p ())
     lazy_load_pendings (TYPE_NAME (klass));
 

        Jakub

Reply via email to