From ef82b92b135d7125da8ca1590c097d07e9adef82 Mon Sep 17 00:00:00 2001
From: Robert Dewar <dewar@adacore.com>
Date: Mon, 4 Jul 2005 15:30:45 +0200
Subject: [PATCH] re PR ada/22039 (special functions for string concat of 3/4/5
 args doc'ed to concat two)

2005-07-04  Robert Dewar  <dewar@adacore.com>

	PR ada/22039

	* s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix

From-SVN: r101593
---
 gcc/ada/s-sopco3.ads | 4 ++--
 gcc/ada/s-sopco4.ads | 4 ++--
 gcc/ada/s-sopco5.ads | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gcc/ada/s-sopco3.ads b/gcc/ada/s-sopco3.ads
index 3040419b3800..70d75f74de6c 100644
--- a/gcc/ada/s-sopco3.ads
+++ b/gcc/ada/s-sopco3.ads
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2000, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2005, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -37,6 +37,6 @@ package System.String_Ops_Concat_3 is
 pragma Pure (String_Ops_Concat_3);
 
    function Str_Concat_3 (S1, S2, S3 : String) return String;
-   --  Concatenate two strings and return resulting string
+   --  Concatenate three strings and return resulting string
 
 end System.String_Ops_Concat_3;
diff --git a/gcc/ada/s-sopco4.ads b/gcc/ada/s-sopco4.ads
index ca077ae9f88c..d7a3d47a6178 100644
--- a/gcc/ada/s-sopco4.ads
+++ b/gcc/ada/s-sopco4.ads
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2000, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2005, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -37,6 +37,6 @@ package System.String_Ops_Concat_4 is
 pragma Pure (String_Ops_Concat_4);
 
    function Str_Concat_4 (S1, S2, S3, S4 : String) return String;
-   --  Concatenate two strings and return resulting string
+   --  Concatenate four strings and return resulting string
 
 end System.String_Ops_Concat_4;
diff --git a/gcc/ada/s-sopco5.ads b/gcc/ada/s-sopco5.ads
index 50c3b471129a..7a8c0dacb377 100644
--- a/gcc/ada/s-sopco5.ads
+++ b/gcc/ada/s-sopco5.ads
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2000, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2005, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -37,6 +37,6 @@ package System.String_Ops_Concat_5 is
 pragma Pure (String_Ops_Concat_5);
 
    function Str_Concat_5 (S1, S2, S3, S4, S5 : String) return String;
-   --  Concatenate two strings and return resulting string
+   --  Concatenate five strings and return resulting string
 
 end System.String_Ops_Concat_5;
-- 
GitLab