aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-excact.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-excact.ads')
-rw-r--r--gcc/ada/g-excact.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-excact.ads b/gcc/ada/g-excact.ads
index f57a521..09b481b 100644
--- a/gcc/ada/g-excact.ads
+++ b/gcc/ada/g-excact.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2002-2003 Free Software Foundation, Inc. --
+-- Copyright (C) 2002-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- --
@@ -31,7 +31,7 @@
-- --
------------------------------------------------------------------------------
--- This package provides support for callbacks on exceptions.
+-- This package provides support for callbacks on exceptions
-- These callbacks are called immediately when either a specific exception,
-- or any exception, is raised, before any other actions taken by raise, in