Fix typos in gdb/contrib.
rev: v2.4.2
hooks:
- id: codespell
- files: '^(gdbsupport|gdbserver|gdb/(dwarf2|tui|target|data-directory|po|system-gdbinit|mi|syscalls|arch|regformats|compile|python|guile|config|unittests|cli|testsuite/gdb.(ctf|dap|debuginfod|gdb|go|guile|mi|modula2|objc|opencl|opt|pascal|perf|replay|reverse|rocm|server|stabs|testsuite|tui|xml)))/'
+ files: '^(gdbsupport|gdbserver|gdb/(contrib|dwarf2|tui|target|data-directory|po|system-gdbinit|mi|syscalls|arch|regformats|compile|python|guile|config|unittests|cli|testsuite/gdb.(ctf|dap|debuginfod|gdb|go|guile|mi|modula2|objc|opencl|opt|pascal|perf|replay|reverse|rocm|server|stabs|testsuite|tui|xml)))/'
args: [--toml, gdb/pyproject.toml]
- id: codespell
name: codespell-log
# Check for invalid categories
for a in $all; do
- alls="$alls all[$a] = 1 ;"
+ all2="$all2 all[$a] = 1 ;"
done
cat ari.*.doc | $AWK >> ${newari} '
BEGIN {
FS = ":"
- '"$alls"'
+ '"$all2"'
}
{
# ari.*.doc: <BUG>:<COUNT>:<CATEGORY>:<DOC>
# param_value = int(self.is_fission)
# cu_params += ["fission", str(param_value)]
- # CU labels are not currently implemented, see commend above.
+ # CU labels are not currently implemented, see comment above.
# if self.cu_label is not None:
# cu_params += ["label", self.cu_label]