unify spelling of serialize
[openssl.git] / crypto / bn / bn_mont.c
index 6e6848c647f3f70cd0d73088a5041ca11d7d2234..778b45244c3fdb1fe3782850e67d9dc6d9328a0e 100644 (file)
@@ -437,7 +437,7 @@ BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, CRYPTO_RWLOCK *lock,
         return ret;
 
     /*
-     * We don't want to serialise globally while doing our lazy-init math in
+     * We don't want to serialize globally while doing our lazy-init math in
      * BN_MONT_CTX_set. That punishes threads that are doing independent
      * things. Instead, punish the case where more than one thread tries to
      * lazy-init the same 'pmont', by having each do the lazy-init math work