mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
[gdb/cli] Fix typos
Fix typos: ... gdb/cli/cli-utils.h:85: fuction ==> function gdb/cli/cli-decode.c:2457: Ambigous ==> Ambiguous ...
This commit is contained in:
@@ -2452,7 +2452,7 @@ lookup_cmd (const char **line, struct cmd_list_element *list,
|
|||||||
}
|
}
|
||||||
else if (c == CMD_LIST_AMBIGUOUS)
|
else if (c == CMD_LIST_AMBIGUOUS)
|
||||||
{
|
{
|
||||||
/* Ambigous. Local values should be off subcommands or called
|
/* Ambiguous. Local values should be off subcommands or called
|
||||||
values. */
|
values. */
|
||||||
int local_allow_unknown = (last_list ? last_list->allow_unknown :
|
int local_allow_unknown = (last_list ? last_list->allow_unknown :
|
||||||
allow_unknown);
|
allow_unknown);
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ public:
|
|||||||
/* STRING is the string to be parsed. */
|
/* STRING is the string to be parsed. */
|
||||||
void init (const char *string);
|
void init (const char *string);
|
||||||
|
|
||||||
/* While processing a range, this fuction is called iteratively; At
|
/* While processing a range, this function is called iteratively; At
|
||||||
each call it will return the next value in the range.
|
each call it will return the next value in the range.
|
||||||
|
|
||||||
At the beginning of parsing a range, the char pointer
|
At the beginning of parsing a range, the char pointer
|
||||||
|
|||||||
Reference in New Issue
Block a user