aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/ObjectPool.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2019-10-19 21:20:16 +0300
committerlevlam <levlam@telegram.org>2019-10-19 21:20:16 +0300
commitee87414bab64929e83bc9532caec2df3d431f55f (patch)
tree0988053c1ab035bed124cddc8d2892379a156840 /tdutils/td/utils/ObjectPool.h
parentffa274615a20c0f9e16ce574fade55befa954d4e (diff)
Fix misprints.
GitOrigin-RevId: e21e784c076005538ee889a61b12b8876567da13
Diffstat (limited to 'tdutils/td/utils/ObjectPool.h')
-rw-r--r--tdutils/td/utils/ObjectPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdutils/td/utils/ObjectPool.h b/tdutils/td/utils/ObjectPool.h
index 05b223621..97ed0fce7 100644
--- a/tdutils/td/utils/ObjectPool.h
+++ b/tdutils/td/utils/ObjectPool.h
@@ -45,7 +45,7 @@ class ObjectPool {
// It is not very usual case of acquire/release use.
// Instead of publishing an object via some flag we do the opposite.
// We publish new generation via destruction of the data.
- // In usual case if we see a flag then we are able to use an object.
+ // In usual case if we see a flag, then we are able to use an object.
// In our case if we have used an object and it is already invalid, then generation will mismatch
bool is_alive() const {
if (!storage_) {