From: Sam James Date: Thu, 31 Oct 2024 02:50:27 +0000 (+0000) Subject: ipa: fix 'writing' typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0cdab3b4ee19b143133d4de92c3fd7849790a85;p=thirdparty%2Fgcc.git ipa: fix 'writing' typo in comment gcc/ChangeLog: * ipa-prop.cc (param_type_may_change_p): Fix comment typo. --- diff --git a/gcc/ipa-prop.cc b/gcc/ipa-prop.cc index dee7632eef0..cb89934ee38 100644 --- a/gcc/ipa-prop.cc +++ b/gcc/ipa-prop.cc @@ -929,7 +929,7 @@ static bool param_type_may_change_p (tree function, tree arg, gimple *call) { /* Pure functions cannot do any changes on the dynamic type; - that require writting to memory. */ + that require writing to memory. */ if (flags_from_decl_or_type (function) & (ECF_PURE | ECF_CONST)) return false; /* We need to check if we are within inlined consturctor