https://gcc.gnu.org/g:39bea4b71f0ee45756e68b9e74002b0ca25606e4
commit r15-9025-g39bea4b71f0ee45756e68b9e74002b0ca25606e4 Author: Jakub Jelinek <ja...@redhat.com> Date: Sat Mar 29 13:26:38 2025 +0100 c++: Fix comment typo Found a typo in a comment. 2025-03-29 Jakub Jelinek <ja...@redhat.com> * name-lookup.cc (maybe_lazily_declare): Fix comment typo, anout -> about. Diff: --- gcc/cp/name-lookup.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/cp/name-lookup.cc b/gcc/cp/name-lookup.cc index 7f1ee869d523..d3aa47baafe6 100644 --- a/gcc/cp/name-lookup.cc +++ b/gcc/cp/name-lookup.cc @@ -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));