]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/endian.h
Fix typos found by codespell
[thirdparty/openssl.git] / include / internal / endian.h
index 8b34e03e4404b4ccf1e0a44774ab3d60b177991e..eb43eade17a27bebed6852091cf7fe27a28c196c 100644 (file)
@@ -12,7 +12,7 @@
 # pragma once
 
 /*
- * IS_LITTLE_ENDIAN and IS_BIG_ENDIAN can be used to detect the endiannes
+ * IS_LITTLE_ENDIAN and IS_BIG_ENDIAN can be used to detect the endianness
  * at compile time. To use it, DECLARE_IS_ENDIAN must be used to declare
  * a variable.
  *