aboutsummaryrefslogtreecommitdiff
path: root/src/table/gc.rs
diff options
context:
space:
mode:
authorTrinity Pointard <trinity.pointard@gmail.com>2021-03-26 19:41:46 +0100
committerTrinity Pointard <trinity.pointard@gmail.com>2021-04-06 05:26:48 +0200
commit30bec0758b943351d946234329b9a46bd83749a1 (patch)
tree120910caa43e400c0431463f47ed3fc114af77ea /src/table/gc.rs
parentb476b702c8a1e4027a1abc16d54afbd61fdcf984 (diff)
downloadgarage-30bec0758b943351d946234329b9a46bd83749a1.tar.gz
garage-30bec0758b943351d946234329b9a46bd83749a1.zip
attempt at documenting table crate
Diffstat (limited to 'src/table/gc.rs')
-rw-r--r--src/table/gc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/gc.rs b/src/table/gc.rs
index e52bf599..694a3789 100644
--- a/src/table/gc.rs
+++ b/src/table/gc.rs
@@ -74,7 +74,7 @@ where
while !*must_exit.borrow() {
match self.gc_loop_iter().await {
Ok(true) => {
- // Stuff was done, loop imediately
+ // Stuff was done, loop immediately
continue;
}
Ok(false) => {