Fix spelling mistakes in number of comments
[mech_eap.git] / src / crypto / sha512-internal.c
index 66ef331..76c4fe7 100644 (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... :-)
         */