https://gcc.gnu.org/g:3f4485608f1b4e2e0e91d2da8fa0a815110c5f8e

commit r15-741-g3f4485608f1b4e2e0e91d2da8fa0a815110c5f8e
Author: Marc Poulhiès <poulh...@adacore.com>
Date:   Fri Jan 26 13:58:34 2024 +0100

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

Diff:
---
 gcc/ada/gcc-interface/decl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/gcc-interface/decl.cc b/gcc/ada/gcc-interface/decl.cc
index e16ee6edac5..0987d534e69 100644
--- a/gcc/ada/gcc-interface/decl.cc
+++ b/gcc/ada/gcc-interface/decl.cc
@@ -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

Reply via email to