aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2023-10-11 23:55:28 +0300
committerilnurkh <ilnurkh@yandex-team.com>2023-10-12 00:16:05 +0300
commit1c6954f20c83d03c10abb5631ccd6391919163f3 (patch)
tree4176354ac16510d98679a2d6e87f1ba552e34da2 /util
parent75dac4bef1e14f7d66c690dad0e7aa6dfcc10634 (diff)
downloadydb-1c6954f20c83d03c10abb5631ccd6391919163f3.tar.gz
fix comment in util
Diffstat (limited to 'util')
-rw-r--r--util/generic/yexception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h
index ee6c4ae51d..526023f542 100644
--- a/util/generic/yexception.h
+++ b/util/generic/yexception.h
@@ -163,7 +163,7 @@ TString CurrentExceptionMessage();
* The speed of this method is not guaranteed either. Do not call it in hot paths of your code.
*
* The lack of current exception prior to the invocation indicates logical bug in the client code.
- * Y_VERIFY asserts the existence of exception, otherwise panic and abort.
+ * Y_ABORT_UNLESS asserts the existence of exception, otherwise panic and abort.
*/
TString FormatCurrentException();
void FormatCurrentExceptionTo(IOutputStream& out);