aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindgen.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/bindgen.ads')
-rw-r--r--gcc/ada/bindgen.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/bindgen.ads b/gcc/ada/bindgen.ads
index 96d2e30..7159628 100644
--- a/gcc/ada/bindgen.ads
+++ b/gcc/ada/bindgen.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2011, 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- --
@@ -24,11 +24,11 @@
------------------------------------------------------------------------------
-- This package contains the routines to output the binder file. This is
--- an Ada or C program which contains the following:
+-- an Ada program which contains the following:
--- initialization for main program case
--- sequence of calls to elaboration routines in appropriate order
--- call to main program for main program case
+-- Initialization for main program case
+-- Sequence of calls to elaboration routines in appropriate order
+-- Call to main program for main program case
-- See the body for exact details of the file that is generated