diff --git a/plugins/sudoers/auth/sudo_auth.h b/plugins/sudoers/auth/sudo_auth.h index 59b8f2159..bcb248a3b 100644 --- a/plugins/sudoers/auth/sudo_auth.h +++ b/plugins/sudoers/auth/sudo_auth.h @@ -19,7 +19,7 @@ #ifndef SUDO_AUTH_H #define SUDO_AUTH_H -/* Private auth function return values (rowhammer resistent). */ +/* Private auth function return values (rowhammer resistant). */ #define AUTH_INTR 0x69d61fc8 /* 1101001110101100001111111001000 */ #define AUTH_NONINTERACTIVE 0x1629e037 /* 0010110001010011110000000110111 */ diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h index 48255f1d5..61725fd5a 100644 --- a/plugins/sudoers/parse.h +++ b/plugins/sudoers/parse.h @@ -36,11 +36,11 @@ # define SUDOERS_NAME_MATCH #endif -/* Allowed by policy (rowhammer resistent). */ +/* Allowed by policy (rowhammer resistant). */ #undef ALLOW #define ALLOW 0x52a2925 /* 0101001010100010100100100101 */ -/* Denied by policy (rowhammer resistent). */ +/* Denied by policy (rowhammer resistant). */ #undef DENY #define DENY 0xad5d6da /* 1010110101011101011011011010 */ diff --git a/plugins/sudoers/sudoers.h b/plugins/sudoers/sudoers.h index 7c9b361d5..46f1cc4fe 100644 --- a/plugins/sudoers/sudoers.h +++ b/plugins/sudoers/sudoers.h @@ -234,7 +234,7 @@ struct sudoers_context { #define FLAG_BAD_PASSWORD 0x200U /* - * Return values for check_user() (rowhammer resistent). + * Return values for check_user() (rowhammer resistant). */ #undef AUTH_SUCCESS #define AUTH_SUCCESS 0x52a2925 /* 0101001010100010100100100101 */