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
commit68a7c0941a56f80e7e4a500f483ae9b33be1084c (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/filemap.h
parent3ceb84696d5141dce2da03d35b8040d6d932bb0c (diff)
downloadydb-68a7c0941a56f80e7e4a500f483ae9b33be1084c.tar.gz
Restoring authorship annotation for <kinan-sarmini@yandex-team.ru>. Commit 2 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 6b820824b2..11be64bff4 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)