diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-19 17:38:01 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-19 17:39:18 +0100 |
commit | c5344fadd9a032171eed799aa1d91dc9247c810f (patch) | |
tree | d29aaf5613f7829238c0f6b34bdd536bfbb22f56 /src/buildtool/storage/garbage_collector.hpp | |
parent | 57404865c81582f891c64213f48af72b559d4802 (diff) | |
download | justbuild-c5344fadd9a032171eed799aa1d91dc9247c810f.tar.gz |
garbage_collector: Fix small doc typos
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( |