Fix spelling: resistent -> resistant

This commit is contained in:
Todd C. Miller
2023-10-12 10:20:34 -06:00
parent 98c2eeafd5
commit 2d437c793d
3 changed files with 4 additions and 4 deletions

View File

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