diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-09-06 11:55:11 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-09-06 11:55:11 +0200 |
commit | 68ec1a494cc8c24b59a99294f86991523cd9832c (patch) | |
tree | a696c68db4fd562233f9a11d06413a82aa0cc8a9 /gcc/ada | |
parent | 7c15c6dd02a2a62ed68ada52e563775665320c21 (diff) | |
download | gcc-68ec1a494cc8c24b59a99294f86991523cd9832c.zip gcc-68ec1a494cc8c24b59a99294f86991523cd9832c.tar.gz gcc-68ec1a494cc8c24b59a99294f86991523cd9832c.tar.bz2 |
Fix typo.
From-SVN: r251764
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/exp_disp.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_disp.ads b/gcc/ada/exp_disp.ads index 4ec53e1..61f13e8 100644 --- a/gcc/ada/exp_disp.ads +++ b/gcc/ada/exp_disp.ads @@ -4,9 +4,9 @@ -- -- -- E X P _ D I S P -- -- -- --- GS p e c -- +-- S p e c -- -- -- --- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2017, 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- -- |