mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
[gdb/python] Fix typos
Fix typos: ... gdb/python/py-framefilter.c:749: indention ==> indentation gdb/python/py-framefilter.c:837: indention ==> indentation gdb/python/py-lazy-string.c:35: sting ==> string gdb/python/py-progspace.c:119: Retun ==> Return gdb/python/py-progspace.c:139: Retun ==> Return ...
This commit is contained in:
@@ -32,7 +32,7 @@ struct lazy_string_object {
|
||||
/* Holds the encoding that will be applied to the string
|
||||
when the string is printed by GDB. If the encoding is set
|
||||
to None then GDB will select the most appropriate
|
||||
encoding when the sting is printed. */
|
||||
encoding when the string is printed. */
|
||||
char *encoding;
|
||||
|
||||
/* If TYPE is an array: If the length is known, then this value is the
|
||||
|
||||
Reference in New Issue
Block a user