From: Joel Rosdahl Date: Sun, 20 Nov 2022 21:04:14 +0000 (+0100) Subject: chore: Fix typo X-Git-Tag: v4.7.4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77a6558972f3a77987bc8dfc3ac80843e4d4c97;p=thirdparty%2Fccache.git chore: Fix typo --- diff --git a/src/InodeCache.hpp b/src/InodeCache.hpp index c61f4b8e8..e270ef15c 100644 --- a/src/InodeCache.hpp +++ b/src/InodeCache.hpp @@ -49,7 +49,7 @@ public: // // 1. A file is written with content C1, size S and timestamp (ctime/mtime) T. // 2. Ccache hashes the file content and asks the inode cache to store the - // digest with a hash of S and T (and some other dataa) as the key. + // digest with a hash of S and T (and some other data) as the key. // 3. The file is quickly thereafter written with content C2 without changing // size S and timestamp T. The timestamp is not updated since the file // writes are made within a time interval smaller than the granularity of