summaryrefslogtreecommitdiff
path: root/gcc/ada/a-stream.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-stream.ads')
-rw-r--r--gcc/ada/a-stream.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-stream.ads b/gcc/ada/a-stream.ads
index 5bca4a2cc5b..ce3c335e71f 100644
--- a/gcc/ada/a-stream.ads
+++ b/gcc/ada/a-stream.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2006, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -60,7 +60,7 @@ package Ada.Streams is
procedure Write
(Stream : in out Root_Stream_Type;
- Item : in Stream_Element_Array)
+ Item : Stream_Element_Array)
is abstract;
private