diff options
author | Christian Biesinger <cbiesinger@google.com> | 2020-01-16 16:41:53 -0600 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2020-01-16 16:46:25 -0600 |
commit | 40c940992759aba79013a2c590c29f03ea754e77 (patch) | |
tree | 0287bc152d370c71ce96f0f3d53cabca52867442 /gdb/testsuite | |
parent | e0cdfe3c14b2aa55422fb02ba4c32e644d953d69 (diff) | |
download | gdb-40c940992759aba79013a2c590c29f03ea754e77.zip gdb-40c940992759aba79013a2c590c29f03ea754e77.tar.gz gdb-40c940992759aba79013a2c590c29f03ea754e77.tar.bz2 |
Fix some spelling errors.
I noticed those from a lintian run:
https://salsa.debian.org/cbiesinger-guest/gdb/-/jobs/514119
gdb/ChangeLog:
2020-01-16 Christian Biesinger <cbiesinger@google.com>
* btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
(btrace_stitch_trace): Likewise.
* charset.c (intermediate_encoding): Likewise (vaild).
* nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
* python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
* record-btrace.c (record_btrace_print_conf): Likewise (unkown).
gdb/testsuite/ChangeLog:
2020-01-16 Christian Biesinger <cbiesinger@google.com>
* lib/gdb.exp: Fix spelling error (seperatelly).
Change-Id: I2a44936bac295020f217fb6c78b99b0a8d09cf9a
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c35afbd..c4a760e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-01-16 Christian Biesinger <cbiesinger@google.com> + + * lib/gdb.exp: Fix spelling error (seperatelly). + 2020-01-14 Tom Tromey <tom@tromey.com> PR symtab/12535: diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index cb5a3f7..2d230b7 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -3877,7 +3877,7 @@ proc gdb_compile {source dest type options} { # Force output to unbuffered mode, by linking in an object file # with a global contructor that calls setvbuf. # - # Compile the special object seperatelly for two reasons: + # Compile the special object separately for two reasons: # 1) Insulate it from $options. # 2) Avoid compiling it for every gdb_compile invocation, # which is time consuming, especially if we're remote |