ci: fix new codespell errors

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2023-04-24 13:53:41 +00:00 committed by Andrei Vagin
parent 727d796505
commit df7b897a22
21 changed files with 22 additions and 22 deletions

View file

@ -11,7 +11,7 @@
* Because of kernel doing kmalloc for user data passed
* in SCM messages, and there is kernel's SCM_MAX_FD as a limit
* for descriptors passed at once we're trying to reduce
* the pressue on kernel memory manager and use predefined
* the pressure on kernel memory manager and use predefined
* known to work well size of the message buffer.
*/
#define CR_SCM_MSG_SIZE (1024)