diff options
author | dtorilov <dtorilov@yandex-team.com> | 2024-12-25 00:12:22 +0300 |
---|---|---|
committer | dtorilov <dtorilov@yandex-team.com> | 2024-12-25 00:28:12 +0300 |
commit | 190164b5ff7a9995db5b1627d320c84d8928e800 (patch) | |
tree | 655d0d1059277a188979d1ce478dca6fe9e476bc | |
parent | af70a920aee1d35a10401ed5a54eb814a372e230 (diff) | |
download | ydb-190164b5ff7a9995db5b1627d320c84d8928e800.tar.gz |
Cosmetics
commit_hash:a16cb2406332070dd4a2e9c9e5dbc58aab79ab2f
-rw-r--r-- | yt/yt/core/concurrency/invoker_alarm.h | 2 | ||||
-rw-r--r-- | yt/yt/core/tracing/trace_context.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/yt/yt/core/concurrency/invoker_alarm.h b/yt/yt/core/concurrency/invoker_alarm.h index fa51d4e89f..690ef0431b 100644 --- a/yt/yt/core/concurrency/invoker_alarm.h +++ b/yt/yt/core/concurrency/invoker_alarm.h @@ -23,7 +23,7 @@ namespace NYT::NConcurrency { * if so, the callback is invoked synchronously (and its scheduled invocation becomes a no-op). * * \note - * Thread-affininty: single-threaded (moreover, all methods must be called within the invoker). + * Thread-affinity: single-threaded (moreover, all methods must be called within the invoker). */ class TInvokerAlarm : public TRefCounted diff --git a/yt/yt/core/tracing/trace_context.h b/yt/yt/core/tracing/trace_context.h index 694e99cd4e..e4e5dcf1d0 100644 --- a/yt/yt/core/tracing/trace_context.h +++ b/yt/yt/core/tracing/trace_context.h @@ -70,7 +70,7 @@ DEFINE_ENUM(ETraceContextState, * * By default, child objects inherit TraceId, RequestId and LoggingTag from the parent. * - * \note Thread affininty: any unless noted otherwise. + * \note Thread affinity: any unless noted otherwise. */ class TTraceContext : public TRefCounted |