diff --git a/TODO b/TODO index 11f47b56..5292ed48 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,7 @@ * ostree-commit: multithreaded/async (basically compute sha256 in parallel) - Also speed up devino cache by having a big mmappable file that maps from - (device, inode) -> checksum. We need to keep the cache up to to date; + (device, inode) -> checksum. We need to keep the cache up to date; investigate something like http://www.sqlite.org/wal.html for having a shared file. diff --git a/src/libostree/ostree-lzma-compressor.c b/src/libostree/ostree-lzma-compressor.c index c93d1086..ce429f99 100644 --- a/src/libostree/ostree-lzma-compressor.c +++ b/src/libostree/ostree-lzma-compressor.c @@ -34,7 +34,7 @@ enum { * SECTION:ostree-lzma-compressor * @short_description: LZMA compressor * - * An an implementation of #GConverter that compresses data using + * An implementation of #GConverter that compresses data using * LZMA. */