X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fint%2Fi15_decmod.c;h=6076c57b5b7e91cfd5ec2767d9c1da099bf197e9;hp=be955e383c74bda740364c40c6d791ba037cc5cf;hb=491a45337de8dc0a4c100abf33f5c0e187a08afd;hpb=2f454aad577ae53798935cc32438a2d3f02ba31f diff --git a/src/int/i15_decmod.c b/src/int/i15_decmod.c index be955e3..6076c57 100644 --- a/src/int/i15_decmod.c +++ b/src/int/i15_decmod.c @@ -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.