Fix spelling mistakes in number of comments

Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
This commit is contained in:
Nishant Chaprana 2016-09-30 15:36:36 +05:30 committed by Jouni Malinen
parent 8b6688847e
commit 746e5c2565
6 changed files with 6 additions and 6 deletions

View file

@ -242,7 +242,7 @@ int sha512_done(struct sha512_state *md, unsigned char *out)
md->curlen = 0;
}
/* pad upto 120 bytes of zeroes
/* pad up to 120 bytes of zeroes
* note: that from 112 to 120 is the 64 MSB of the length. We assume
* that you won't hash > 2^64 bits of data... :-)
*/