aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorMaxim Akhmedov <zlobober@users.noreply.github.com>2024-09-05 01:04:08 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-09-05 01:13:27 +0300
commitb045e351d55e826e8706ebef30c4e85331e8eeea (patch)
treec89ec7343fde9e33eff168aa4c9ac135edc17c7f /library/cpp
parent97e9e96def965fe4eff2cd3090873956fb6e1a22 (diff)
downloadydb-b045e351d55e826e8706ebef30c4e85331e8eeea.tar.gz
fisco -> fiasco
No description --- b181413931eab2909c605b373dc858657e8bcb14 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/816
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/misc/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/misc/global.h b/library/cpp/yt/misc/global.h
index c8bc2c03f0..0c8af0f276 100644
--- a/library/cpp/yt/misc/global.h
+++ b/library/cpp/yt/misc/global.h
@@ -3,7 +3,7 @@
//! Defines a global variable that is initialized on its first access.
/*!
* In contrast to a usual variable with static storage duration, this one
- * is not susceptible to initialization order fisco issues.
+ * is not susceptible to initialization order fiasco issues.
*/
#define YT_DEFINE_GLOBAL(type, name, ...) \
inline type& name() \