Skip to content

Commit 24c3ccd

Browse files
committed
Fix doc comment for rewrapManyDataKey
Revises original comment from c99a856
1 parent 4fd0fa9 commit 24c3ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MongoDB/ClientEncryption.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ static PHP_METHOD(MongoDB_Driver_ClientEncryption, removeKeyAltName)
371371
bson_destroy(&key_doc);
372372
}
373373

374-
/* Decrypts multiple data keys and (re-)encrypts them with a new masterKey, or
375-
with their current masterKey if a new one is not given. Returns an object
376-
corresponding to the internal libmongoc result. */
374+
/* Decrypts multiple data keys and (re-)encrypts them with a new provider (and
375+
masterKey if applicable), or with their current provider if a new one is not
376+
given. Returns an object corresponding to the internal libmongoc result. */
377377
static PHP_METHOD(MongoDB_Driver_ClientEncryption, rewrapManyDataKey)
378378
{
379379
zval* zfilter = NULL;

0 commit comments

Comments
 (0)