aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2007-09-12 15:12:49 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2007-09-12 15:12:49 +0200
commita0b38a0f46bf4ad7e673881a2117b21bf47709d2 (patch)
treeb7cd913284fe03d2fa859576742267b44e580e1b
parentf4e9fba44441196fedc187295d170671f3c64516 (diff)
downloadgcc-a0b38a0f46bf4ad7e673881a2117b21bf47709d2.zip
gcc-a0b38a0f46bf4ad7e673881a2117b21bf47709d2.tar.gz
gcc-a0b38a0f46bf4ad7e673881a2117b21bf47709d2.tar.bz2
Update header/comments.
From-SVN: r128435
-rw-r--r--gcc/ada/nlists.h2
-rw-r--r--gcc/ada/types.ads4
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/nlists.h b/gcc/ada/nlists.h
index 60425f0..c57f236 100644
--- a/gcc/ada/nlists.h
+++ b/gcc/ada/nlists.h
@@ -6,7 +6,7 @@
* *
* C Header File *
* *
- * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. *
+ * Copyright (C) 1992-2007, 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- *
diff --git a/gcc/ada/types.ads b/gcc/ada/types.ads
index 4d5ebfc..2bfc91e 100644
--- a/gcc/ada/types.ads
+++ b/gcc/ada/types.ads
@@ -31,8 +31,8 @@
-- --
------------------------------------------------------------------------------
--- This package contains host independent type definitions which are used in
--- more than one unit in the compiler. They are gathered here for easy
+-- This package contains host independent type definitions which are used
+-- in more than one unit in the compiler. They are gathered here for easy
-- reference, though in some cases the full description is found in the
-- relevant module which implements the definition. The main reason that they
-- are not in their "natural" specs is that this would cause a lot of inter-