Small typo.

MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2013-08-08 22:07:59 +00:00
parent 08a42caa50
commit 95f1f8d262

View File

@ -73,7 +73,7 @@
/*
* FF, GG, and HH are transformations for rounds 1, 2, and 3.
* Rotation is separated from addition to prevent recompuatation
* Rotation is separated from addition to prevent recomputation.
*/
#define FF(a, b, c, d, x, s) { \
(a) += F ((b), (c), (d)) + (x); \