[skip ci] tree: Fix various typos (#19366)

This commit is contained in:
Alexandre Daubois 2025-08-04 16:15:52 +02:00 committed by GitHub
parent cd80ed6f7b
commit 433c00b348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -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;