Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shumow <shumow@gmail.com>2020-12-09 11:03:52 +0300
committerGitHub <noreply@github.com>2020-12-09 11:03:52 +0300
commitb4a7b0b157d08609cbe66ddf919b2aa86c3f16b2 (patch)
tree8cfa0a9e2678636224dfae914391da3df52971fc
parentf7b7e9323cf669a168c635a707667e31e614ef9b (diff)
parent1c620d8083dbfad810490bed327ce635dc030872 (diff)
Merge pull request #63 from timgates42/bugfix_typo_embeddedHEADmaster
docs: fix simple typo, embeded -> embedded
-rw-r--r--lib/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c
index 9d3cf81..63cd5c9 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -72,7 +72,7 @@
/* Not under GCC-alike or glibc */
#elif defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN)
/*
- * *BSD and newlib (embeded linux, cygwin, etc).
+ * *BSD and newlib (embedded linux, cygwin, etc).
* the defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN) part prevents
* this condition from matching with Solaris/sparc.
* (Solaris defines only one endian macro)