diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2014-08-13 16:59:05 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@gcc.gnu.org> | 2014-08-13 16:59:05 +0000 |
commit | f9089781ebc147de36d1d98f6021d444b6ab4c0a (patch) | |
tree | f1dfad3104dbd7da39556d4b11e02cef88815322 /gcc/ada/9drpc.adb | |
parent | af1e01525ff25d7fe3935b3a1c3f10e3a16ec9eb (diff) | |
download | gcc-f9089781ebc147de36d1d98f6021d444b6ab4c0a.zip gcc-f9089781ebc147de36d1d98f6021d444b6ab4c0a.tar.gz gcc-f9089781ebc147de36d1d98f6021d444b6ab4c0a.tar.bz2 |
9drpc.adb: Fix a typo
2014-08-13 Sylvestre Ledru <sylvestre@debian.org>
* 9drpc.adb: Fix a typo
* s-interr.ads: Likewise
* s-taskin.ads: Likewise
* s-traces.ads: Likewise
* sysdep.c: Likewise
From-SVN: r213917
Diffstat (limited to 'gcc/ada/9drpc.adb')
-rw-r--r-- | gcc/ada/9drpc.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/9drpc.adb b/gcc/ada/9drpc.adb index 787f0b0..3dec199 100644 --- a/gcc/ada/9drpc.adb +++ b/gcc/ada/9drpc.adb @@ -600,7 +600,7 @@ package body System.RPC is Header : aliased Params_Stream_Type (Header_Size); begin - -- For more informations, see above + -- For more information, see above -- Request = 0 as we are not waiting for a reply message -- Result length = 0 as we don't expect a result at all |