X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fint%2Fi15_decmod.c;h=6076c57b5b7e91cfd5ec2767d9c1da099bf197e9;hp=be955e383c74bda740364c40c6d791ba037cc5cf;hb=05520e8eae3d8c6039e8bcde58741cf4ffb18f1d;hpb=a8a8f51ea4f59b9344d26a323f1fb737984a4dca 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.