2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Quiet codespell 2.3.0 complaints.

This commit is contained in:
Todd C. Miller 2024-11-29 14:22:31 -07:00
parent d5028a00c0
commit 3226c60e6a
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ alloced
anull anull
clen clen
edn edn
exect
fIDN fIDN
fpt fpt
ist ist
@ -11,6 +12,7 @@ nome
numer numer
pleas pleas
sav sav
servent
siz siz
statics statics
thur thur

View File

@ -66,7 +66,7 @@
* For example code, see tools/testing/selftests/seccomp/seccomp_bpf.c * For example code, see tools/testing/selftests/seccomp/seccomp_bpf.c
* *
* The structs and registers vary among the different platforms. * 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 * and setting the general registers and define accessor
* macros to get/set the individual struct members. * macros to get/set the individual struct members.
* *