From: Eric Botcazou <[email protected]>

gcc/ada/ChangeLog:

        * libgnat/a-suenco.adb (Convert): Remove double space after comma.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 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 6f8195ef293..92df6833e75 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)),
-- 
2.53.0

Reply via email to