diff options
Diffstat (limited to 'gdb/mi/mi-getopt.h')
-rw-r--r-- | gdb/mi/mi-getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-getopt.h b/gdb/mi/mi-getopt.h index 1513bb5..92e1938 100644 --- a/gdb/mi/mi-getopt.h +++ b/gdb/mi/mi-getopt.h @@ -58,7 +58,7 @@ extern int mi_getopt_allow_unknown (const char *prefix, int argc, /* mi_valid_noargs determines if ARGC/ARGV are a valid set of parameters to satisfy an MI function that is not supposed to - recieve any arguments. + receive any arguments. An MI function that should not receive arguments can still be passed parameters after the special option '--' such as below. |