aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/endian.h
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-17 10:35:38 +0100
committerOliver Smith <osmith@sysmocom.de>2023-02-17 10:37:40 +0100
commit0b5c09b3f014823a6f1f7777e58d95de888a2f55 (patch)
tree12ed3aeb82703ee5fd66d15150fda108fa43a613 /include/osmocom/core/endian.h
parent8930911c00e7c267826fd696e30c47aa5c92bf57 (diff)
Fix typo endianess -> endianness
Rename contrib/struct_endianess.py to contrib/struct_endianness.py, and fix the typo everywhere. This is in preparation to call the script in CI on all repositories. Related: OS#5884 Change-Id: Idc4af9098ba1de26243464c772d6ea8be330646a
Diffstat (limited to 'include/osmocom/core/endian.h')
-rw-r--r--include/osmocom/core/endian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/endian.h b/include/osmocom/core/endian.h
index 6107b12f..426ab680 100644
--- a/include/osmocom/core/endian.h
+++ b/include/osmocom/core/endian.h
@@ -1,7 +1,7 @@
/*! \file endian.h
*
* GNU and FreeBSD have various ways to express the
- * endianess but none of them is similiar enough. This
+ * endianness but none of them is similar enough. This
* will create two defines that allows to decide on the
* endian. The following will be defined to either 0 or
* 1 at the end of the file.