summaryrefslogtreecommitdiff
path: root/src/buildtool/storage/garbage_collector.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-03-19 17:38:01 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-03-19 17:39:18 +0100
commitc5344fadd9a032171eed799aa1d91dc9247c810f (patch)
treed29aaf5613f7829238c0f6b34bdd536bfbb22f56 /src/buildtool/storage/garbage_collector.hpp
parent57404865c81582f891c64213f48af72b559d4802 (diff)
downloadjustbuild-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.hpp2
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(