public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: testsuite: fix wrong comment in gdb.base/charset.c
@ 2022-01-12  0:36 Tiezhu Yang
  0 siblings, 0 replies; only message in thread
From: Tiezhu Yang @ 2022-01-12  0:36 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=295114a64ff50cc79e4510b8be935ebccda2900a

commit 295114a64ff50cc79e4510b8be935ebccda2900a
Author: Tiezhu Yang <yangtiezhu@loongson.cn>
Date:   Wed Jan 12 08:33:49 2022 +0800

    gdb: testsuite: fix wrong comment in gdb.base/charset.c
    
    In gdb/testsuite/gdb.base/charset.c, use "IBM1047" instead of "EBCDIC"
    to fix the wrong comment.
    
    Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>

Diff:
---
 gdb/testsuite/gdb.base/charset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.base/charset.c b/gdb/testsuite/gdb.base/charset.c
index 98aa100f291..dd66252c5e4 100644
--- a/gdb/testsuite/gdb.base/charset.c
+++ b/gdb/testsuite/gdb.base/charset.c
@@ -183,7 +183,7 @@ int main ()
                47, 22, 12,
                37, 13, 5,
                11, 74, 17);
-  /* In EBCDIC, the upper-case letters are broken into three separate runs.  */
+  /* In IBM1047, the upper-case letters are broken into three separate runs.  */
   fill_run (ibm1047_string, 7, 9, 193);
   fill_run (ibm1047_string, 16, 9, 209);
   fill_run (ibm1047_string, 25, 8, 226);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-12  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12  0:36 [binutils-gdb] gdb: testsuite: fix wrong comment in gdb.base/charset.c Tiezhu Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).