mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-29 07:10:55 +08:00
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
This commit is contained in:
@ -808,7 +808,7 @@ recpy_bt_goto (PyObject *self, PyObject *args)
|
||||
|
||||
struct PyMethodDef btpy_list_methods[] =
|
||||
{
|
||||
{ "count", btpy_list_count, METH_O, "count number of occurences"},
|
||||
{ "count", btpy_list_count, METH_O, "count number of occurrences"},
|
||||
{ "index", btpy_list_index, METH_O, "index of entry"},
|
||||
{NULL}
|
||||
};
|
||||
|
Reference in New Issue
Block a user