aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2012-08-24 16:27:31 +0300
committerLasse Collin <lasse.collin@tukaani.org>2012-08-24 16:27:31 +0300
commitab225620664e235637833be2329935f9d290ba80 (patch)
tree2acff0fddeb47d2a93d9d679deba1f9620c090eb /src/liblzma
parentxz: Add a warning to --help about alpha and beta versions. (diff)
downloadxz-ab225620664e235637833be2329935f9d290ba80.tar.xz
A few typo fixes to comments and the xz man page.
Thanks to Jim Meyering.
Diffstat (limited to 'src/liblzma')
-rw-r--r--src/liblzma/check/sha256.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/check/sha256.c b/src/liblzma/check/sha256.c
index 074cd744..77ff483d 100644
--- a/src/liblzma/check/sha256.c
+++ b/src/liblzma/check/sha256.c
@@ -6,7 +6,6 @@
/// \todo Crypto++ has x86 ASM optimizations. They use SSE so if they
/// are imported to liblzma, SSE instructions need to be used
/// conditionally to keep the code working on older boxes.
-/// We could also support using some external libary for SHA-256.
//
// This code is based on the code found from 7-Zip, which has a modified
// version of the SHA-256 found from Crypto++ <http://www.cryptopp.com/>.