Fixed spurious warning about old-style prototype.
[BearSSL] / src / int / i15_decmod.c
index be955e3..6076c57 100644 (file)
@@ -46,7 +46,7 @@ br_i15_decode_mod(uint16_t *x, const void *src, size_t len, const uint16_t *m)
         * or 0x00000000 (value does not fit).
         *
         * We must iterate over all bytes of the source, _and_ possibly
-        * some extra virutal bytes (with value 0) so as to cover the
+        * some extra virtual bytes (with value 0) so as to cover the
         * complete modulus as well. We also add 4 such extra bytes beyond
         * the modulus length because it then guarantees that no accumulated
         * partial word remains to be processed.