aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakhropov <akhropov@yandex-team.com>2024-12-18 02:26:23 +0300
committerakhropov <akhropov@yandex-team.com>2024-12-18 02:43:45 +0300
commit5b49bf7290defc0b7dd86d96043b3d6f67b57b05 (patch)
treebb7664f6e2d0933ab58d5cb2a97e35169abe6305
parent2a6107b5238d0b6407126e801c9ff7ba548fe819 (diff)
downloadydb-5b49bf7290defc0b7dd86d96043b3d6f67b57b05.tar.gz
Fix misspelling
commit_hash:c7d6839d95bf6b9f1d0fa4081d4ecc66a1503de9
-rw-r--r--util/system/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/compiler.h b/util/system/compiler.h
index 0c730eae4d..499e432eee 100644
--- a/util/system/compiler.h
+++ b/util/system/compiler.h
@@ -227,7 +227,7 @@ constexpr Y_FORCE_INLINE int Y_UNUSED(Types&&...) {
* }
*
* // we know that xs and ys are non-negative from domain knowledge,
- * // but we can't change the types of xs and ys because of API constrains
+ * // but we can't change the types of xs and ys because of API constraints
* int Foo(const TVector<int>& xs, const TVector<int>& ys) {
* TVector<int> avgs;
* avgs.resize(xs.size());