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
clen
edn
exect
fIDN
fpt
ist
@ -11,6 +12,7 @@ nome
numer
pleas
sav
servent
siz
statics
thur

View File

@ -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.
*