X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fint%2Fi31_decmod.c;h=3cd7bfe94b9e53a7be39b859603b63f7f19f87dc;hp=745bc10c79fa7ab5956abbd91c83330d09de36ca;hb=cfbc702d3d64c209784b664eeab8867b603f4d4c;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb diff --git a/src/int/i31_decmod.c b/src/int/i31_decmod.c index 745bc10..3cd7bfe 100644 --- a/src/int/i31_decmod.c +++ b/src/int/i31_decmod.c @@ -46,7 +46,7 @@ br_i31_decode_mod(uint32_t *x, const void *src, size_t len, const uint32_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.