diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-06 22:41:32 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-06 22:41:32 +0100 |
commit | 6fdebf12af6ee148e42bf10a0745a6e0a88b9144 (patch) | |
tree | 112e701cdb8a329bb740204967daa185e826fbf7 /gdb/cli/cli-utils.h | |
parent | 6fc2ce19fc7eb1a7f9f13fec1c344df3b1c1b0f5 (diff) | |
download | binutils-6fdebf12af6ee148e42bf10a0745a6e0a88b9144.zip binutils-6fdebf12af6ee148e42bf10a0745a6e0a88b9144.tar.gz binutils-6fdebf12af6ee148e42bf10a0745a6e0a88b9144.tar.bz2 |
[gdb/cli] Fix typos
Fix typos:
...
gdb/cli/cli-utils.h:85: fuction ==> function
gdb/cli/cli-decode.c:2457: Ambigous ==> Ambiguous
...
Diffstat (limited to 'gdb/cli/cli-utils.h')
-rw-r--r-- | gdb/cli/cli-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |