summaryrefslogtreecommitdiff
path: root/gcc/ada/a-envvar.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-envvar.ads')
-rwxr-xr-xgcc/ada/a-envvar.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-envvar.ads b/gcc/ada/a-envvar.ads
index a2415603e4e..9769c9bb1ee 100755
--- a/gcc/ada/a-envvar.ads
+++ b/gcc/ada/a-envvar.ads
@@ -37,7 +37,7 @@ package Ada.Environment_Variables is
-- environment variable with the given name and value, then
-- Constraint_Error is propagated.
-- It is implementation defined whether there exist values for which the
- -- call Set(Name, Value) has the same effect as Clear (Name).
+ -- call Set (Name, Value) has the same effect as Clear (Name).
procedure Clear (Name : String);
-- If the external execution environment supports environment variables,