aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-direio.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-direio.adb')
-rw-r--r--gcc/ada/a-direio.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-direio.adb b/gcc/ada/a-direio.adb
index 60cdad55906..b5f79391a71 100644
--- a/gcc/ada/a-direio.adb
+++ b/gcc/ada/a-direio.adb
@@ -51,7 +51,7 @@ package body Ada.Direct_IO is
Zeroes : constant System.Storage_Elements.Storage_Array :=
(1 .. System.Storage_Elements.Storage_Offset (Bytes) => 0);
- -- Buffer used to fill out partial records.
+ -- Buffer used to fill out partial records
package FCB renames System.File_Control_Block;
package FIO renames System.File_IO;