]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Minor typo fix in comment
authorMarc Poulhiès <poulhies@adacore.com>
Thu, 17 Jul 2025 13:00:25 +0000 (15:00 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 28 Jul 2025 09:02:29 +0000 (11:02 +0200)
gcc/ada/ChangeLog:

* gcc-interface/trans.cc (gnat_to_gnu): Fix typo in comment.

gcc/ada/gcc-interface/trans.cc

index ef5ec7598ef4c5e9b7a54aea85dcbbd6711ad3de..fd1d39cd0f5559df54d03c1336a8e9dac7f1b992 100644 (file)
@@ -8753,7 +8753,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