summaryrefslogtreecommitdiff
path: root/gcc/ada/s-finroo.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-finroo.ads')
-rw-r--r--gcc/ada/s-finroo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-finroo.ads b/gcc/ada/s-finroo.ads
index 79f403c5fc6..0f4b7d189bf 100644
--- a/gcc/ada/s-finroo.ads
+++ b/gcc/ada/s-finroo.ads
@@ -61,7 +61,7 @@ package System.Finalization_Root is
procedure Finalize (Object : in out Root_Controlled);
procedure Adjust (Object : in out Root_Controlled);
- -- Stream-oriented attibutes for Root_Controlled. These must be empty so
+ -- Stream-oriented attributes for Root_Controlled. These must be empty so
-- as to not copy the finalization chain pointers. They are declared in
-- a nested package so that they do not create primitive operations of
-- Root_Controlled. Otherwise this would add unwanted primitives to (the