From ab225620664e235637833be2329935f9d290ba80 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 24 Aug 2012 16:27:31 +0300 Subject: A few typo fixes to comments and the xz man page. Thanks to Jim Meyering. --- src/liblzma/check/sha256.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/liblzma/check/sha256.c') 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++ . -- cgit v1.2.3