aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-valboo.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-valboo.ads')
-rw-r--r--gcc/ada/s-valboo.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-valboo.ads b/gcc/ada/s-valboo.ads
index e08d337..c2bfca3 100644
--- a/gcc/ada/s-valboo.ads
+++ b/gcc/ada/s-valboo.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -35,6 +35,6 @@ package System.Val_Bool is
pragma Pure;
function Value_Boolean (Str : String) return Boolean;
- -- Computes Boolean'Value (Str).
+ -- Computes Boolean'Value (Str)
end System.Val_Bool;