Move max_align_v and max_align_t to folly/lang/Align.h
[folly.git] / folly / Singleton.h
index 48251b6674bb645a2d147dd2b0bedd3069e768d8..921c443ab3eeca0ff200894cedb82a8720aba1aa 100644 (file)
@@ -408,7 +408,7 @@ class SingletonVault {
    *   folly::IOThreadPoolExecutor executor(max_concurrency_level);
    *   folly::Baton<> done;
    *   doEagerInitVia(executor, &done);
-   *   done.wait();  // or 'timed_wait', or spin with 'try_wait'
+   *   done.wait();  // or 'try_wait_for', etc.
    *
    */
   void doEagerInitVia(Executor& exe, folly::Baton<>* done = nullptr);