projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8214938
)
[Ada] Ada.Text_IO: fix typo
author
Arnaud Charlet
<charlet@adacore.com>
Sat, 15 Feb 2020 17:37:13 +0000
(12:37 -0500)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Mon, 8 Jun 2020 07:51:02 +0000
(
03:51
-0400)
2020-06-08 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* libgnat/a-textio.ads (File_Mode): Fix typo in comment.
gcc/ada/libgnat/a-textio.ads
patch
|
blob
|
history
diff --git
a/gcc/ada/libgnat/a-textio.ads
b/gcc/ada/libgnat/a-textio.ads
index 16686cf74239b17b8a94329ddd4d56e46da20906..6e5e392948128842c2ea61c42ef7fdd2c8c95703 100644
(file)
--- a/
gcc/ada/libgnat/a-textio.ads
+++ b/
gcc/ada/libgnat/a-textio.ads
@@
-70,7
+70,7
@@
is
-- used in this package and System.File_IO.
for File_Mode use
- (In_File => 0, -- System.F
I
le_IO.File_Mode'Pos (In_File)
+ (In_File => 0, -- System.F
i
le_IO.File_Mode'Pos (In_File)
Out_File => 2, -- System.File_IO.File_Mode'Pos (Out_File)
Append_File => 3); -- System.File_IO.File_Mode'Pos (Append_File)