aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/binary_file.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/mcode/binary_file.ads')
-rw-r--r--src/ortho/mcode/binary_file.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/mcode/binary_file.ads b/src/ortho/mcode/binary_file.ads
index 423f6b153..c3f829d70 100644
--- a/src/ortho/mcode/binary_file.ads
+++ b/src/ortho/mcode/binary_file.ads
@@ -67,7 +67,7 @@ package Binary_File is
-- Set the current section.
procedure Set_Current_Section (Sect : Section_Acc);
- -- Create an undefined local (anonymous) symbol in the current section.
+ -- Create an undefined local (anonymous) symbol in the current section.
function Create_Local_Symbol return Symbol;
function Create_Symbol (Name : O_Ident; Code : Boolean) return Symbol;