From: Andrew Pinski Date: Fri, 30 May 2025 07:00:31 +0000 (-0700) Subject: Fix typo in comment in execute_all_ipa_transforms. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948bb7ee02ad6b9f9625e684d1505b57c2a11a6e;p=thirdparty%2Fgcc.git Fix typo in comment in execute_all_ipa_transforms. small typo, missing n at the end of function. Pushed as obvious after a bootstrap/test. gcc/ChangeLog: * passes.cc (execute_all_ipa_transforms): Fix typo in commenet. Signed-off-by: Andrew Pinski --- diff --git a/gcc/passes.cc b/gcc/passes.cc index 0482de0b198..e86aa1f2d1b 100644 --- a/gcc/passes.cc +++ b/gcc/passes.cc @@ -2391,7 +2391,7 @@ execute_all_ipa_transforms (bool do_not_collect) for (auto p : node->ipa_transforms_to_apply) { - /* To get consistent statistics, we need to account each functio + /* To get consistent statistics, we need to account each function to each IPA pass. */ if (report) {