Skip to content

Commit 330607c

Browse files
AlexLanzanoCopilot
andauthored
Update src/wh_client_keywrap.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 70a1d79 commit 330607c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wh_client_keywrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ int wh_Client_DataWrapResponse(whClientContext* ctx,
404404
return resp->rc;
405405
}
406406

407-
/* Copy the wrapped key from the response data into wrappedKeyOut */
407+
/* Copy the wrapped data from the response data into wrappedDataOut */
408408
respData = (uint8_t*)(resp + 1);
409409
memcpy(wrappedDataOut, respData, wrappedDataSz);
410410

0 commit comments

Comments
 (0)