@@ -6829,7 +6829,7 @@
"sandbox_id": [
1204918529
],
- "match": "yp_util"
+ "match": "yp_util"
},
"executable": {
"yp-util": [
@@ -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 {
@@ -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