Harmonize the make variables across all known platforms families
[openssl.git] / crypto / sha / sha_locl.h
index 93b0f1ac019b13aebeac3e3d79a5ca6867fe32de..4e5a0903826789868829f10b7a439367a51bb3f4 100644 (file)
@@ -68,7 +68,7 @@ int HASH_INIT(SHA_CTX *c)
 
 /*
  * As pointed out by Wei Dai, F() below can be simplified to the code in
- * F_00_19.  Wei attributes these optimisations to Peter Gutmann's SHS code,
+ * F_00_19.  Wei attributes these optimizations to Peter Gutmann's SHS code,
  * and he attributes it to Rich Schroeppel.
  *      #define F(x,y,z) (((x) & (y)) | ((~(x)) & (z)))
  * I've just become aware of another tweak to be made, again from Wei Dai,