Clarify ASYNC_WAIT_CTX_clear_fd() docs
[openssl.git] / crypto / async / async_wait.c
index 9d90e524c37a08df70f129c593fd80c9d49ed207..94f1a6b4e03def76d8896aa240465243f24e9f76 100644 (file)
@@ -191,7 +191,8 @@ int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key)
         if (curr->key == key) {
             /*
              * Mark it as deleted. We don't call cleanup if explicitly asked
-             * to clear an fd. We assume the caller is going to do that
+             * to clear an fd. We assume the caller is going to do that (if
+             * appropriate).
              */
             curr->del = 1;
             ctx->numdel++;