aboutsummaryrefslogtreecommitdiffstats
path: root/util
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
commitda8534b8dab262655aca88d3b2851a117eb03190 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util
parentaf66f2ab938826bd5293bea30350a2e877727c6c (diff)
downloadydb-da8534b8dab262655aca88d3b2851a117eb03190.tar.gz
Restoring authorship annotation for <slonnn@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/stream/input.cpp2
-rw-r--r--util/system/protect.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/input.cpp b/util/stream/input.cpp
index 9b6d543e4a..6e8170f2f9 100644
--- a/util/stream/input.cpp
+++ b/util/stream/input.cpp
@@ -223,7 +223,7 @@ namespace {
#endif
#if defined(_glibc_) || defined(_cygwin_)
- // glibc does not have fgetln
+ // glibc does not have fgetln
using TGetLine = TGetLineBase;
#else
struct TGetLine: public TGetLineBase {
diff --git a/util/system/protect.cpp b/util/system/protect.cpp
index 5f7aa8c25f..bbb8d410df 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