From 6fdebf12af6ee148e42bf10a0745a6e0a88b9144 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 6 Mar 2025 22:41:32 +0100 Subject: [gdb/cli] Fix typos Fix typos: ... gdb/cli/cli-utils.h:85: fuction ==> function gdb/cli/cli-decode.c:2457: Ambigous ==> Ambiguous ... --- gdb/cli/cli-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli/cli-utils.h') diff --git a/gdb/cli/cli-utils.h b/gdb/cli/cli-utils.h index e11430e..4832d01 100644 --- a/gdb/cli/cli-utils.h +++ b/gdb/cli/cli-utils.h @@ -82,7 +82,7 @@ public: /* STRING is the string to be parsed. */ 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. At the beginning of parsing a range, the char pointer -- cgit v1.1