From 3226c60e6aee556410b4a9e190cf6f83d923e795 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 29 Nov 2024 14:22:31 -0700 Subject: [PATCH] Quiet codespell 2.3.0 complaints. --- etc/codespell.ignore | 2 ++ src/exec_ptrace.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/codespell.ignore b/etc/codespell.ignore index acf70b0d93..68c2441525 100644 --- a/etc/codespell.ignore +++ b/etc/codespell.ignore @@ -4,6 +4,7 @@ alloced anull clen edn +exect fIDN fpt ist @@ -11,6 +12,7 @@ nome numer pleas sav +servent siz statics thur diff --git a/src/exec_ptrace.h b/src/exec_ptrace.h index f75f2e5c62..2da6233202 100644 --- a/src/exec_ptrace.h +++ b/src/exec_ptrace.h @@ -66,7 +66,7 @@ * For example code, see tools/testing/selftests/seccomp/seccomp_bpf.c * * The structs and registers vary among the different platforms. - * We define user_regs_struct as the struct to use for gettings + * We define user_regs_struct as the struct to use for getting * and setting the general registers and define accessor * macros to get/set the individual struct members. *