1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Fix a batch of typos in comments and docs.

This commit is contained in:
Simon Tatham
2022-01-03 06:38:07 +00:00
parent f9d0557330
commit 4ecb40a60d
10 changed files with 11 additions and 11 deletions

View File

@ -203,7 +203,7 @@ class List234(gdb.Function):
Arguments are a tree234, and optionally a value type. If no value
type is given, the result is a list of the raw void * pointers
stored in the tree. Othewise, each one is cast to a pointer to the
stored in the tree. Otherwise, each one is cast to a pointer to the
value type and dereferenced.
Due to limitations of GDB's convenience function syntax, the value