X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_nistp256.c;fp=crypto%2Fec%2Fecp_nistp256.c;h=8bf25e389e229096348c8ace47c6d16cb0b1f970;hp=fb9b22554df593b91d040909a240904f07729bd8;hb=aa97970c1a69ae15b4191aa58cdb56e016f15922;hpb=adf3f83e5227206a011ca1bca3ef9f63709fb96e diff --git a/crypto/ec/ecp_nistp256.c b/crypto/ec/ecp_nistp256.c index fb9b22554d..8bf25e389e 100644 --- a/crypto/ec/ecp_nistp256.c +++ b/crypto/ec/ecp_nistp256.c @@ -59,7 +59,7 @@ typedef uint64_t u64; /* * The underlying field. P256 operates over GF(2^256-2^224+2^192+2^96-1). We - * can serialise an element of this field into 32 bytes. We call this an + * can serialize an element of this field into 32 bytes. We call this an * felem_bytearray. */ @@ -138,7 +138,7 @@ static void bin32_to_felem(felem out, const u8 in[32]) } /* - * smallfelem_to_bin32 takes a smallfelem and serialises into a little + * smallfelem_to_bin32 takes a smallfelem and serializes into a little * endian, 32 byte array. This assumes that the CPU is little-endian. */ static void smallfelem_to_bin32(u8 out[32], const smallfelem in)