mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
* cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
* target.c (initialize_targets): Fixed typo in trust-readonly-sections `show' documentation.
This commit is contained in:
@ -2305,7 +2305,7 @@ Set mode for reading from readonly sections.\n\
|
||||
When this mode is on, memory reads from readonly sections (such as .text)\n\
|
||||
will be read from the object file instead of from the target. This will\n\
|
||||
result in significant performance improvement for remote targets.", "\
|
||||
Set mode for reading from readonly sections.\n",
|
||||
Show mode for reading from readonly sections.\n",
|
||||
NULL, NULL,
|
||||
&setlist, &showlist);
|
||||
|
||||
|
Reference in New Issue
Block a user