aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/context.cpp
diff options
context:
space:
mode:
authorhalin-george <halin-george@yandex-team.ru>2022-02-10 16:50:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:07 +0300
commit811c91d683d6123a2aa69baa10b30184f5e1204d (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/context.cpp
parent7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b (diff)
downloadydb-811c91d683d6123a2aa69baa10b30184f5e1204d.tar.gz
Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/context.cpp')
-rw-r--r--util/system/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/context.cpp b/util/system/context.cpp
index 4326e5cd6b..ad99309088 100644
--- a/util/system/context.cpp
+++ b/util/system/context.cpp
@@ -140,7 +140,7 @@ TContMachineContext::TSan::TSan() noexcept
}
TContMachineContext::TSan::TSan(const TContClosure& c) noexcept
- : NSan::TFiberContext(c.Stack.data(), c.Stack.size(), c.ContName)
+ : NSan::TFiberContext(c.Stack.data(), c.Stack.size(), c.ContName)
, TL(c.TrampoLine)
{
}