[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:
Tom de Vries
2025-03-06 22:41:32 +01:00
parent 6fc2ce19fc
commit 6fdebf12af
2 changed files with 2 additions and 2 deletions

View File

@@ -2452,7 +2452,7 @@ lookup_cmd (const char **line, struct cmd_list_element *list,
}
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. */
int local_allow_unknown = (last_list ? last_list->allow_unknown :
allow_unknown);