From: Jakub Jelinek Date: Sat, 29 Mar 2025 12:26:38 +0000 (+0100) Subject: c++: Fix comment typo X-Git-Tag: basepoints/gcc-16~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39bea4b71f0ee45756e68b9e74002b0ca25606e4;p=thirdparty%2Fgcc.git c++: Fix comment typo Found a typo in a comment. 2025-03-29 Jakub Jelinek * name-lookup.cc (maybe_lazily_declare): Fix comment typo, anout -> about. --- diff --git a/gcc/cp/name-lookup.cc b/gcc/cp/name-lookup.cc index 7f1ee869d52..d3aa47baafe 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));