diff options
Diffstat (limited to 'src/dyn_tables.ads')
-rw-r--r-- | src/dyn_tables.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyn_tables.ads b/src/dyn_tables.ads index f1cffac84..8f6f96513 100644 --- a/src/dyn_tables.ads +++ b/src/dyn_tables.ads @@ -63,7 +63,7 @@ package Dyn_Tables is Priv : Instance_Private; end record; - -- Initialize the table. This is done automatically at elaboration. + -- Initialize the table. This must be done by users. procedure Init (T : in out Instance); -- Logical bounds of the array. |