]> git.proxmox.com Git - libgit2.git/blobdiff - src/hash/sha1/sha1dc/sha1.c
New upstream version 1.4.3+dfsg.1
[libgit2.git] / src / hash / sha1 / sha1dc / sha1.c
index 4d03c75d8c24510f5698256fca2ccc5ced673ef2..929822728a3ec2896904330826ba49c09b780822 100644 (file)
@@ -70,7 +70,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)