summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgolear <[email protected]>2026-02-10 09:57:03 +0300
committerdgolear <[email protected]>2026-02-10 10:23:48 +0300
commit9bbe7e9316cfb75bdf3a58bf105da73e49cefcd9 (patch)
tree5928da1e8ccdb2832779dc7a1ff6a40cb18a6705
parentf28da7d61451c49fd397cccdd999c8227d8c1596 (diff)
YT: Fix typos
commit_hash:9eb622a83b9f4f8e0da156e955eee6558680c879
-rw-r--r--yt/yt/core/misc/backoff_strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/misc/backoff_strategy.h b/yt/yt/core/misc/backoff_strategy.h
index 05426302d43..6891b22ac2a 100644
--- a/yt/yt/core/misc/backoff_strategy.h
+++ b/yt/yt/core/misc/backoff_strategy.h
@@ -20,7 +20,7 @@ public:
int GetInvocationIndex() const;
int GetInvocationCount() const;
- //! backoffstrategy.GetBackoff return value changes only after
+ //! backoffStrategy.GetBackoff return value changes only after
//! Next or Restart calls.
TDuration GetBackoff() const;