Add missing Makefile and fix couple of typos in commentary.
[openssl.git] / crypto / whrlpool / whrlpool.h
index 64fde8a3ad5df837ea9e40369caf6d1c3df0d5c0..bf9d7f5f0cb987acd2a0e6dd954f5c03b3ba2148 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 typedef struct {
        union   {
                unsigned char   c[WHIRLPOOL_DIGEST_LENGTH];
-               /* double q is here to ensures 64-bit alignment */
+               /* double q is here to ensure 64-bit alignment */
                double          q[WHIRLPOOL_DIGEST_LENGTH/sizeof(double)];
                }       H;
        unsigned char   data[WHIRLPOOL_BBLOCK/8];