diff options
Diffstat (limited to 'src/buildtool/storage/garbage_collector.hpp')
-rw-r--r-- | src/buildtool/storage/garbage_collector.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/storage/garbage_collector.hpp b/src/buildtool/storage/garbage_collector.hpp index b2f3a940..c10eebc2 100644 --- a/src/buildtool/storage/garbage_collector.hpp +++ b/src/buildtool/storage/garbage_collector.hpp @@ -64,7 +64,7 @@ class GarbageCollector { [[nodiscard]] auto static GlobalUplinkTargetCacheEntry( TargetCacheKey const& key) noexcept -> bool; - /// \brief Trigger gargabe collection; unless no_rotation is given, this + /// \brief Trigger garbage collection; unless no_rotation is given, this /// will include rotation of generations and deleting the oldest generation. /// \returns true on success. [[nodiscard]] auto static TriggerGarbageCollection( |