fix Baton.h typo
authorPraveen Kumar <cpp.fool@gmail.com>
Wed, 10 Jun 2015 21:13:43 +0000 (14:13 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 10 Jun 2015 21:37:23 +0000 (14:37 -0700)
Summary: checked the sense
Closes #224

Reviewed By: @paulbiss

Differential Revision: D2144508

Pulled By: @sgolemon

folly/Baton.h

index 4e3684a29c8eb7a697ba94be829be6b8a569a80c..97c0d1bfc5fd2f12d7c45dce4ed660ce29a63c25 100644 (file)
@@ -51,7 +51,7 @@ struct Baton : boost::noncopyable {
   /// wait()ing.  In practice this means that the waiter usually takes
   /// responsibility for destroying the Baton.
   ~Baton() {
-    // The docblock for this function says that is can't be called when
+    // The docblock for this function says that it can't be called when
     // there is a concurrent waiter.  We assume a strong version of this
     // requirement in which the caller must _know_ that this is true, they
     // are not allowed to be merely lucky.  If two threads are involved,