mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] tree: Fix various typos (#19366)
This commit is contained in:
parent
cd80ed6f7b
commit
433c00b348
4 changed files with 5 additions and 5 deletions
|
@ -1481,7 +1481,7 @@ void phpdbg_setup_watchpoints(void) {
|
|||
#ifdef HAVE_USERFAULTFD_WRITEFAULT
|
||||
int flags = O_CLOEXEC;
|
||||
#ifdef UFFD_USER_MODE_ONLY
|
||||
// unpriviliged userfaultfd are disabled by default,
|
||||
// unprivileged userfaultfd are disabled by default,
|
||||
// with this flag it allows ranges from the user space
|
||||
// being reported.
|
||||
flags |= UFFD_USER_MODE_ONLY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue