]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Minor typo fix in comment
authorMarc Poulhiès <poulhies@adacore.com>
Fri, 26 Jan 2024 12:58:34 +0000 (13:58 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 21 May 2024 07:27:56 +0000 (09:27 +0200)
gcc/ada/

* gcc-interface/decl.cc: Fix typo in comment.

gcc/ada/gcc-interface/decl.cc

index e16ee6edac502daa2c9752c9ca8bde15166f91f3..0987d534e69d139bbdd8060f33e6f7f639fccc3b 100644 (file)
@@ -5629,7 +5629,7 @@ gnat_to_gnu_param (Entity_Id gnat_param, tree gnu_param_type, bool first,
       by_ref = true;
     }
 
-  /* If we were requested or muss pass by reference, do so.
+  /* If we were requested or must pass by reference, do so.
      If we were requested to pass by copy, do so.
      Otherwise, for foreign conventions, pass In Out or Out parameters
      or aggregates by reference.  For COBOL and Fortran, pass all