diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-04-25 14:01:32 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-04-25 14:01:32 +0200 |
commit | bac865a217a819eb5cf90af6962904241168f167 (patch) | |
tree | 749056594c0f63c918c4588fddb18fca5ccd6e3b /gcc/ada/bindgen.adb | |
parent | 321c24f75dde674402481f1df0025c8169aa9cdd (diff) | |
download | gcc-bac865a217a819eb5cf90af6962904241168f167.zip gcc-bac865a217a819eb5cf90af6962904241168f167.tar.gz gcc-bac865a217a819eb5cf90af6962904241168f167.tar.bz2 |
Code clenups.
From-SVN: r247193
Diffstat (limited to 'gcc/ada/bindgen.adb')
-rw-r--r-- | gcc/ada/bindgen.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb index 5544c82..fff65d2 100644 --- a/gcc/ada/bindgen.adb +++ b/gcc/ada/bindgen.adb @@ -2717,7 +2717,7 @@ package body Bindgen is -- every file, then we could use the encoding of the initial specified -- file, but this information is passed only for potential main -- programs. We could fix this sometime, but it is a very minor point - -- (wide character default encoding for [Wide_[Wide_]Text_IO when there + -- (wide character default encoding for [Wide_[Wide_]]Text_IO when there -- is no main program). elsif No_Main_Subprogram then |