X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FHash2DxeCrypto%2FHash2DxeCrypto.c;fp=SecurityPkg%2FHash2DxeCrypto%2FHash2DxeCrypto.c;h=d96bc136e2a414d8c562c4974ba190b622186800;hp=2b069a36c02b2e481e59bfe95f2d0cbf33511841;hb=ce4cca7c061de2e512e3a2c54ca0a2f8b5938147;hpb=fc70522ffea725cb23b6366c1a2611312e38accb diff --git a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c index 2b069a36c0..d96bc136e2 100644 --- a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c +++ b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c @@ -87,7 +87,7 @@ BOOLEAN This function completes hash computation and retrieves the digest value into the specified memory. After this function has been called, the Hash context cannot be used again. - Hash context should be already correctly intialized by HashInit(), and should not be + Hash context should be already correctly initialized by HashInit(), and should not be finalized by HashFinal(). Behavior with invalid Hash context is undefined. If HashContext is NULL, then return FALSE.