summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-20 22:04:14 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-20 22:04:14 +0100
commitc77a6558972f3a77987bc8dfc3ac80843e4d4c97 (patch)
tree5c8ddec3390e992c3be07c9d9cc21bed80c20d85
parentc49939364b3c74d796167621382d107b3d8457e9 (diff)
downloadccache-c77a6558972f3a77987bc8dfc3ac80843e4d4c97.tar.gz
chore: Fix typo
-rw-r--r--src/InodeCache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InodeCache.hpp b/src/InodeCache.hpp
index c61f4b8e..e270ef15 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