aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/filemap.h
diff options
context:
space:
mode:
authorkinan-sarmini <kinan-sarmini@yandex-team.ru>2022-02-10 16:51:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:47 +0300
commit3ceb84696d5141dce2da03d35b8040d6d932bb0c (patch)
tree0211c83d3394f9f5e194efe20114f7e8847b3f64 /util/system/filemap.h
parent0831cac87ab5748ed91187b7d1832aeebb854fc6 (diff)
downloadydb-3ceb84696d5141dce2da03d35b8040d6d932bb0c.tar.gz
Restoring authorship annotation for <kinan-sarmini@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r--util/system/filemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h
index 11be64bff4..6b820824b2 100644
--- a/util/system/filemap.h
+++ b/util/system/filemap.h
@@ -56,7 +56,7 @@ struct TMemoryMapCommon {
oAccessMask = 7,
oNotGreedy = 8,
oPrecharge = 16,
- oPopulate = 32, // Populate page table entries (see mmap's MAP_POPULATE)
+ oPopulate = 32, // Populate page table entries (see mmap's MAP_POPULATE)
};
Y_DECLARE_FLAGS(EOpenMode, EOpenModeFlag)