diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-06 23:21:54 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-06 23:21:54 +0100 |
commit | 586ccf782280eb8494dddd137c969291e4e958e1 (patch) | |
tree | 2650b23cdf4f43aad680bca0bbed44cdd0012455 /gdb/python/py-lazy-string.c | |
parent | ccf9089658b756d928eb37a7ee84249f29f49221 (diff) | |
download | gdb-586ccf782280eb8494dddd137c969291e4e958e1.zip gdb-586ccf782280eb8494dddd137c969291e4e958e1.tar.gz gdb-586ccf782280eb8494dddd137c969291e4e958e1.tar.bz2 |
[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
...
Diffstat (limited to 'gdb/python/py-lazy-string.c')
-rw-r--r-- | gdb/python/py-lazy-string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-lazy-string.c b/gdb/python/py-lazy-string.c index 1226c28..d75f861 100644 --- a/gdb/python/py-lazy-string.c +++ b/gdb/python/py-lazy-string.c @@ -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 |