https://gcc.gnu.org/g:e2dfb4610831d1996913d451f89024e10aaa5056
commit r15-10307-ge2dfb4610831d1996913d451f89024e10aaa5056 Author: Marc Poulhiès <[email protected]> Date: Thu Jul 17 15:00:25 2025 +0200 ada: Minor typo fix in comment gcc/ada/ChangeLog: * gcc-interface/trans.cc (gnat_to_gnu): Fix typo in comment. Diff: --- gcc/ada/gcc-interface/trans.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/gcc-interface/trans.cc b/gcc/ada/gcc-interface/trans.cc index e02804b75af1..e815eb52e340 100644 --- a/gcc/ada/gcc-interface/trans.cc +++ b/gcc/ada/gcc-interface/trans.cc @@ -8737,7 +8737,7 @@ gnat_to_gnu (Node_Id gnat_node) /* Set the location information on the result if it's not a simple name or something that contains a simple name, for example a tag, because - we don"t want all the references to get the location of the first use. + we don't want all the references to get the location of the first use. Note that we may have no result if we tried to build a CALL_EXPR node to a procedure with no side-effects and optimization is enabled. */ else if (kind != N_Identifier
