diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2024-10-10 00:12:05 +0200 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2024-11-04 16:57:56 +0100 |
commit | a0b57f6ff5c8eff7e8c17a28ccbed7b11ddc82e7 (patch) | |
tree | 90b99e3fd70a249ca3c5c1d4a1280e7f316a3a50 /gcc/ada/adaint.c | |
parent | e2f073947a324bbfee866d9282bb778ddead95f4 (diff) | |
download | gcc-a0b57f6ff5c8eff7e8c17a28ccbed7b11ddc82e7.zip gcc-a0b57f6ff5c8eff7e8c17a28ccbed7b11ddc82e7.tar.gz gcc-a0b57f6ff5c8eff7e8c17a28ccbed7b11ddc82e7.tar.bz2 |
ada: Minor tweaks in comments
They are related to the special support for text encoding on Windows.
gcc/ada/ChangeLog:
* adaint.c: Replace initialize.c with rtinit.c in comment.
* sysdep.c (__gnat_set_mode): Fix reference in comment.
* libgnat/i-cstrea.ads (Content_Encoding): Adjust comment.
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r-- | gcc/ada/adaint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c index f26d69a..9ccac30 100644 --- a/gcc/ada/adaint.c +++ b/gcc/ada/adaint.c @@ -175,7 +175,7 @@ extern "C" { #include "mingw32.h" -/* Current code page and CCS encoding to use, set in initialize.c. */ +/* Current code page and CCS encoding to use, set in rtinit.c. */ UINT __gnat_current_codepage; UINT __gnat_current_ccs_encoding; |