From: Samuel Just Date: Tue, 22 Jun 2021 00:10:23 +0000 (-0700) Subject: crimson/os/seastore/cache: fix typo in comment X-Git-Tag: v17.1.0~1567^2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=60447a361936a046d1348d98e10be873ac3ffb85;p=ceph.git crimson/os/seastore/cache: fix typo in comment Signed-off-by: Samuel Just --- diff --git a/src/crimson/os/seastore/cache.h b/src/crimson/os/seastore/cache.h index 57173ab94727..2400f875c190 100644 --- a/src/crimson/os/seastore/cache.h +++ b/src/crimson/os/seastore/cache.h @@ -54,7 +54,7 @@ namespace crimson::os::seastore { * succcessful, the user may construct a record and submit the * transaction to the journal. * 3) completion: once the transaction is durable, the user must call - * Cache::complete_transaction() with the block offset to complete + * Cache::complete_commit() with the block offset to complete * the transaction. * * Internally, in phase 1, the fields in Transaction are filled in.