diff options
Diffstat (limited to 'src/files_map.ads')
-rw-r--r-- | src/files_map.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files_map.ads b/src/files_map.ads index 41e37751e..a72c75d07 100644 --- a/src/files_map.ads +++ b/src/files_map.ads @@ -108,7 +108,7 @@ package Files_Map is procedure Set_File_Length (File : Source_File_Entry; Length : Source_Ptr); function Get_File_Length (File : Source_File_Entry) return Source_Ptr; - -- Get the length of the buffer, which includes the gap, but not the + -- Get the length of the buffer, which includes the gap and the -- two terminal EOT. function Get_Buffer_Length (File : Source_File_Entry) return Source_Ptr; |