diff options
author | Arnaud Charlet <charlet@adacore.com> | 2015-10-27 11:20:01 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-27 12:20:01 +0100 |
commit | 3f8743e802e6927c8ea91911fd9e313137b73c50 (patch) | |
tree | 2fbedd7a9d3f642256700863592f57efda519a3e /gcc/ada/lib-xref.adb | |
parent | 5c12e9fbefcf47363492098361c74d7fabdf9e3a (diff) | |
download | gcc-3f8743e802e6927c8ea91911fd9e313137b73c50.zip gcc-3f8743e802e6927c8ea91911fd9e313137b73c50.tar.gz gcc-3f8743e802e6927c8ea91911fd9e313137b73c50.tar.bz2 |
sinput.ads, [...]: Fix typos.
2015-10-27 Arnaud Charlet <charlet@adacore.com>
* sinput.ads, spark_xrefs.ads, lib-xref.adb: Fix typos.
From-SVN: r229417
Diffstat (limited to 'gcc/ada/lib-xref.adb')
-rw-r--r-- | gcc/ada/lib-xref.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb index f84a211..4751cd3 100644 --- a/gcc/ada/lib-xref.adb +++ b/gcc/ada/lib-xref.adb @@ -192,7 +192,7 @@ package body Lib.Xref is Set_Has_Xref_Entry (Key.Ent); -- It was already in Xref_Set, so throw away the tentatively-added - -- entry + -- entry. else Xrefs.Decrement_Last; |