summaryrefslogtreecommitdiff
path: root/gcc/ada/g-except.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-except.ads')
-rw-r--r--gcc/ada/g-except.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-except.ads b/gcc/ada/g-except.ads
index 6ad0673306e..9daa08d5d56 100644
--- a/gcc/ada/g-except.ads
+++ b/gcc/ada/g-except.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2005 Ada Core Technologies, Inc. --
+-- Copyright (C) 2000-2005, AdaCore --
-- --
-- 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- --
@@ -46,7 +46,7 @@ package GNAT.Exceptions is
pragma Pure;
type Exception_Type is limited null record;
- -- Type used to specify which exception to raise.
+ -- Type used to specify which exception to raise
-- Really Exception_Type is Exception_Id, but Exception_Id can't be
-- used directly since it is declared in the non-pure unit Ada.Exceptions,