aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor/td
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-01-16 12:59:43 +0300
committerlevlam <levlam@telegram.org>2023-01-16 12:59:43 +0300
commitad8f0c4146cb8ce77357c6f0174ff3b5508ee1da (patch)
tree485fac6cd488e686574134adfe17d129d7928452 /tdactor/td
parent3e5f30af700145d6059dca793cc29cfab276628c (diff)
Improve some spelling.
Diffstat (limited to 'tdactor/td')
-rw-r--r--tdactor/td/actor/impl/ActorInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdactor/td/actor/impl/ActorInfo.h b/tdactor/td/actor/impl/ActorInfo.h
index f734f4c0b..0bb85e728 100644
--- a/tdactor/td/actor/impl/ActorInfo.h
+++ b/tdactor/td/actor/impl/ActorInfo.h
@@ -69,8 +69,8 @@ inline void ActorInfo::clear() {
CHECK(!actor_);
CHECK(!is_running());
CHECK(!is_migrating());
- // NB: must be in non migrating state
- // store invalid scheduler id.
+ // NB: must be in non-migrating state
+ // store invalid scheduler identifier
sched_id_.store((1 << 30) - 1, std::memory_order_relaxed);
VLOG(actor) << "Clear context " << context_.get() << " for " << get_name();
context_.reset();