]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: Fix comment typo
authorJakub Jelinek <jakub@redhat.com>
Sat, 29 Mar 2025 12:26:38 +0000 (13:26 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 29 Mar 2025 12:26:38 +0000 (13:26 +0100)
Found a typo in a comment.

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

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

gcc/cp/name-lookup.cc

index 7f1ee869d523618b5a888929f635ca4e8b193e24..d3aa47baafe67d2504e2ca8271c063d173cee0b6 100644 (file)
@@ -2012,8 +2012,8 @@ get_class_binding_direct (tree klass, tree name, bool want_type)
 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));