Change wording. - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1ed8f937d82f094ae3e4db7511256dee7d5d471a
 (DIR) parent b4f6f030ec7895549abbc1ed2edf4ee0769ebef2
 (HTM) Author: Eddie Thieda <eddie.thieda@gmail.com>
       Date:   Sun,  5 May 2019 03:07:50 -0400
       
       Change wording.
       
       Diffstat:
         M TODO                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       @@ -1,6 +1,6 @@
        Use a ring buffer in the chunker (avoid memmove() call)
        pledge/unveil support
        Use flock() to avoid corruption
       -Add back lz4 support
       +Revert lz4 support
        Ability to fetch key from dedicated fd so it never touches disk
        Use pread/pwrite to avoid lseek() calls