https://gcc.gnu.org/g:a635f97159adf135684c93d71e82c87ebc374768

commit r15-10312-ga635f97159adf135684c93d71e82c87ebc374768
Author: Marc Poulhiès <poulh...@adacore.com>
Date:   Fri Aug 1 16:46:10 2025 +0200

    ada: Typo fix in comment
    
    gcc/ada/ChangeLog:
    
            * s-pack.adb.tmpl: Typo fix in comment.

Diff:
---
 gcc/ada/s-pack.adb.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/s-pack.adb.tmpl b/gcc/ada/s-pack.adb.tmpl
index e54f3befd4f1..b21d4129257c 100644
--- a/gcc/ada/s-pack.adb.tmpl
+++ b/gcc/ada/s-pack.adb.tmpl
@@ -37,7 +37,7 @@ package body System.Pack_@@ is
 
    --  The high-level idea of the implementation is to overlay a record
    --  containing components of the same size as that of the component
-   --  of the array, in order words @@ bits, and to access the indexed
+   --  of the array, in other words @@ bits, and to access the indexed
    --  component of the array through the appropriate selected component
    --  of the record.

Reply via email to