Move SSL_CTX sessionContext initialization into main SSL_CTX initialization path
[folly.git] / folly / Function.h
index b91de9ca16e4679b705e64f8259de9755a27a423..05f8fbf76e1932f52e8342347c9ca8a4bbb5fc1e 100644 (file)
@@ -580,7 +580,7 @@ class Function final : private detail::function::FunctionTraits<FunctionType> {
    * then `*this` is left in a valid but unspecified state.
    */
   Function& operator=(Function&& that) noexcept {
-    // Q: Why is is safe to destroy and reconstruct this object in place?
+    // Q: Why is it safe to destroy and reconstruct this object in place?
     // A: Two reasons: First, `Function` is a final class, so in doing this
     //    we aren't slicing off any derived parts. And second, the move
     //    operation is guaranteed not to throw so we always leave the object