From 680bf548a94ba676e0e14c94bbcefc976b0f842c Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 12 Sep 2023 14:53:02 +0200 Subject: [PATCH] Rec: Typos --- pdns/recursordist/Makefile.am | 2 +- pdns/recursordist/lazy_allocator.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index e231ea2b02..8339ebae88 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -46,7 +46,7 @@ CLEANFILES = htmlfiles.h \ htmlfiles.h: incfiles html/* html/js/* ./incfiles > $@ -# We explicilt build settings in two steps, as settings modifies files in the settings/rust subdir +# We explicitly build settings in two steps, as settings modifies files in the settings/rust subdir SUBDIRS=ext settings settings/rust if LUA diff --git a/pdns/recursordist/lazy_allocator.hh b/pdns/recursordist/lazy_allocator.hh index 39665b6ad2..ead82293af 100644 --- a/pdns/recursordist/lazy_allocator.hh +++ b/pdns/recursordist/lazy_allocator.hh @@ -85,7 +85,7 @@ struct lazy_allocator #ifdef __OpenBSD__ // OpenBSD does not like mmap MAP_STACK regions that have // PROT_NONE, so allocate r/w and mprotect the guard pages - // explictly. + // explicitly. const int protection = PROT_READ | PROT_WRITE; #else const int protection = PROT_NONE; -- 2.47.2