X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FSynchronized.h;h=4fce71b580d5e2f83b0eaf78d24a2fb429423253;hb=f975d3c54800b7065985e5e548ce1d91fef4926c;hp=5d912034b3342db94f8c1b411a860ca173d08989;hpb=e15da103f6c9008fd51886c033e1a732b4c1d750;p=folly.git diff --git a/folly/Synchronized.h b/folly/Synchronized.h index 5d912034..4fce71b5 100644 --- a/folly/Synchronized.h +++ b/folly/Synchronized.h @@ -626,7 +626,7 @@ struct Synchronized : public SynchronizedBase< /** * Attempts to acquire for a given number of milliseconds. If - * acquisition is unsuccessful, the returned LockedPtr is NULL. + * acquisition is unsuccessful, the returned LockedPtr is nullptr. * * NOTE: This API is deprecated. Use lock(), wlock(), or rlock() instead. * In the future it will be marked with a deprecation attribute to emit @@ -638,7 +638,7 @@ struct Synchronized : public SynchronizedBase< /** * Attempts to acquire for a given number of milliseconds. If - * acquisition is unsuccessful, the returned ConstLockedPtr is NULL. + * acquisition is unsuccessful, the returned ConstLockedPtr is nullptr. * * NOTE: This API is deprecated. Use lock(), wlock(), or rlock() instead. * In the future it will be marked with a deprecation attribute to emit