diff options
author | kmokrov <kmokrov@yandex-team.com> | 2025-02-21 09:32:02 +0300 |
---|---|---|
committer | kmokrov <kmokrov@yandex-team.com> | 2025-02-21 09:59:45 +0300 |
commit | d3b98b5c2f54980e873142e615f838f3db8f4407 (patch) | |
tree | 20ea4c778e8c72b0ece98758b458f32629159828 | |
parent | 669b571d35b21a81c584e96ef225e8decb190e8e (diff) | |
download | ydb-d3b98b5c2f54980e873142e615f838f3db8f4407.tar.gz |
YT: Fix namespace name in comments
commit_hash:d0125fbea92428854bc07a0ac09bb61efbf8f676
-rw-r--r-- | yt/yt/core/concurrency/execution_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/concurrency/execution_stack.h b/yt/yt/core/concurrency/execution_stack.h index fe02810788..70d525e2d3 100644 --- a/yt/yt/core/concurrency/execution_stack.h +++ b/yt/yt/core/concurrency/execution_stack.h @@ -80,4 +80,4 @@ std::shared_ptr<TExecutionStack> CreateExecutionStack(EExecutionStackKind kind); //////////////////////////////////////////////////////////////////////////////// -} // namespace NTY::NConcurrency +} // namespace NYT::NConcurrency |