aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorslonnn <slonnn@yandex-team.ru>2022-02-10 16:51:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:47 +0300
commitaf66f2ab938826bd5293bea30350a2e877727c6c (patch)
tree17b4799d6524d4df5996602b178726a4000353e5 /util/system
parenteb5cbe9cc9378175003bc6a0cc9e955508d745fb (diff)
downloadydb-af66f2ab938826bd5293bea30350a2e877727c6c.tar.gz
Restoring authorship annotation for <slonnn@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system')
-rw-r--r--util/system/protect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/protect.cpp b/util/system/protect.cpp
index bbb8d410df..5f7aa8c25f 100644
--- a/util/system/protect.cpp
+++ b/util/system/protect.cpp
@@ -54,7 +54,7 @@ void ProtectMemory(void* addr, const size_t length, const EProtectMemory mode) {
#ifdef _win_
DWORD mpMode = PAGE_NOACCESS;
- // windows developers are not aware of bit flags :(
+ // windows developers are not aware of bit flags :(
/*
* It's unclear that we should NOT fail on Windows that does not support write-only