aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgolear <dgolear@yandex-team.com>2023-03-13 22:08:35 +0300
committerdgolear <dgolear@yandex-team.com>2023-03-13 22:08:35 +0300
commit317a84f0cfb9a5a203ac765e9571f2dd6c06b209 (patch)
tree2155220c7e6023ec12f84b930b1b86d4e43bb35c
parentd0163a21b56306b197900015807b6c7e0a01f8d2 (diff)
downloadydb-317a84f0cfb9a5a203ac765e9571f2dd6c06b209.tar.gz
YTORM-666: Fix linear lookups for composite history or watch attributes
-rw-r--r--library/cpp/yt/misc/preprocessor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/library/cpp/yt/misc/preprocessor.h b/library/cpp/yt/misc/preprocessor.h
index 719973c0f1..c7ac6e63e4 100644
--- a/library/cpp/yt/misc/preprocessor.h
+++ b/library/cpp/yt/misc/preprocessor.h
@@ -2,7 +2,7 @@
/*!
* \file preprocesor.h
- * \brief Preprocessor metaprogramming macroses
+ * \brief Preprocessor metaprogramming macros
*/
#if !defined(_MSC_VER) && !defined(__GNUC__)
@@ -10,7 +10,7 @@
#endif
/*!
- * \defgroup yt_pp Preprocessor metaprogramming macroses
+ * \defgroup yt_pp Preprocessor metaprogramming macros
* \ingroup yt_commons
*
* This is collection of macro definitions for various metaprogramming tasks
@@ -130,4 +130,3 @@
//! \endcond
/*! \} */
-