summaryrefslogtreecommitdiff
path: root/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md')
-rw-r--r--erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md b/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md
index 167a69d08c..f3d2e8e49a 100644
--- a/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md
+++ b/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/sha-2/README.md
@@ -13,7 +13,7 @@ At the moment, only SHA-256 is implemented.
- ANSI C with as little specific C99 as possible (e.g. extended
integer types are used, but not bool).
-- Portable. Makes no assumptions on the target system's endianess or
+- Portable. Makes no assumptions on the target system's endianness or
word size.
- The SHA-256 implementation is a straightforward implementation of