re PR ada/22039 (special functions for string concat of 3/4/5 args doc'ed to concat...
authorRobert Dewar <dewar@adacore.com>
Mon, 4 Jul 2005 13:30:45 +0000 (15:30 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Jul 2005 13:30:45 +0000 (15:30 +0200)
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
gcc/ada/s-sopco4.ads
gcc/ada/s-sopco5.ads

index 3040419b38002edf2e71dd3e1288193c7412e57d..70d75f74de6cacfd2cf0c8331cca7e6c95212e1b 100644 (file)
@@ -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;
index ca077ae9f88c2583e3f764a258b0a0b0e5075da3..d7a3d47a61783e33830a3dfef79ea9c8e5bdbce6 100644 (file)
@@ -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;
index 50c3b471129af5f0503541ff24663c9854796da2..7a8c0dacb377daa6673436d4a6034ec319b31436 100644 (file)
@@ -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;