unify spelling of serialize
[openssl.git] / ssl / s3_cbc.c
index d6198dddb9f9fd2a9ea2e10d93c1fbcc69cd3fb0..ec1f3cf83bb3de8883c1c0fd5dc91250e84da993 100644 (file)
@@ -34,7 +34,7 @@
 #define MAX_HASH_BLOCK_SIZE 128
 
 /*
- * u32toLE serialises an unsigned, 32-bit number (n) as four bytes at (p) in
+ * u32toLE serializes an unsigned, 32-bit number (n) as four bytes at (p) in
  * little-endian order. The value of p is advanced by four.
  */
 #define u32toLE(n, p) \