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 <quic_apin...@quicinc.com> --- gcc/passes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/passes.cc b/gcc/passes.cc index 81602505f7b..37128f306da 100644 --- a/gcc/passes.cc +++ b/gcc/passes.cc @@ -2380,7 +2380,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) { -- 2.43.0