mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb/testsuite: fix argument order in example code within a comment
Small typo in some example code inside a comment; the arguments were in the wrong order. There's no functional change after this commit.
This commit is contained in:
@@ -9290,7 +9290,7 @@ proc using_fission { } {
|
||||
#
|
||||
# Example:
|
||||
# proc myproc {foo args} {
|
||||
# parse_list args 1 {{bar} {baz "abc"} {qux}} "-" false
|
||||
# parse_list 1 args {{bar} {baz "abc"} {qux}} "-" false
|
||||
# # ...
|
||||
# }
|
||||
# myproc ABC -bar -baz DEF peanut butter
|
||||
|
||||
Reference in New Issue
Block a user