diff options
Diffstat (limited to 'gcc/ada/a-direio.adb')
-rw-r--r-- | gcc/ada/a-direio.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-direio.adb b/gcc/ada/a-direio.adb index 60cdad5..b5f7939 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; |