Consistency in namespace-closing comments
[folly.git] / folly / LockTraitsBoost.h
index 081d3f8f4a349aa536885a6b54b783edab4e6b28..a488815589d00234e4e934acdde667a215dac9a9 100644 (file)
@@ -96,6 +96,6 @@ struct LockTraits<boost::recursive_timed_mutex>
     return mutex.try_lock_for(detail::toBoostDuration(timeout));
   }
 };
-} // folly
+} // namespace folly
 
 #endif // FOLLY_LOCK_TRAITS_HAVE_TIMED_MUTEXES