aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-shcain.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-shcain.adb')
-rw-r--r--gcc/ada/a-shcain.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-shcain.adb b/gcc/ada/a-shcain.adb
index c41c2e6cdfb..4b6000c26be 100644
--- a/gcc/ada/a-shcain.adb
+++ b/gcc/ada/a-shcain.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2004-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 2004-2005, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -33,7 +33,7 @@
-- This unit was originally developed by Matthew J Heaney. --
------------------------------------------------------------------------------
-with Ada.Characters.Handling; use Ada.Characters.Handling;
+with Ada.Characters.Handling; use Ada.Characters.Handling;
-- Note: source of this algorithm: GNAT.HTable.Hash (g-htable.adb)