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

commit r17-1693-gd95f0ca667a101e63a8b54de7f18706244e67177
Author: Eric Botcazou <[email protected]>
Date:   Thu Jun 4 18:32:35 2026 +0200

    ada: Fix typo in comment
    
    gcc/ada/ChangeLog:
    
            * libgnat/a-suenco.adb (Convert): Remove double space after comma.

Diff:
---
 gcc/ada/libgnat/a-suenco.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/libgnat/a-suenco.adb b/gcc/ada/libgnat/a-suenco.adb
index 6f8195ef2932..92df6833e758 100644
--- a/gcc/ada/libgnat/a-suenco.adb
+++ b/gcc/ada/libgnat/a-suenco.adb
@@ -51,7 +51,7 @@ package body Ada.Strings.UTF_Encoding.Conversions is
 
       --  For remaining cases, one or other of the operands is UTF-16BE/LE
       --  encoded, or we have the UTF-8 to UTF-8 case where we must handle
-      --  overlong encodings. In all cases,  go through UTF-16 intermediate.
+      --  overlong encodings. In all cases, go through UTF-16 intermediate.
 
       else
          return Convert (UTF_16_Wide_String'(Convert (Item, Input_Scheme)),

Reply via email to