]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 20 Nov 2022 21:04:14 +0000 (22:04 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 20 Nov 2022 21:04:14 +0000 (22:04 +0100)
src/InodeCache.hpp

index c61f4b8e8c7e635f122cb1da57c427765a612450..e270ef15cb8dca9199b9d0630aa832bd58702550 100644 (file)
@@ -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