]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: fix a thinko in the comment about OpsExecuter.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 18 Mar 2021 08:51:00 +0000 (08:51 +0000)
committerKefu Chai <kchai@redhat.com>
Fri, 2 Apr 2021 07:22:22 +0000 (15:22 +0800)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/ops_executer.h

index 854051ede95493478cd73621ae6b152719898454..0592a7f74be466a26f46a001817a5f8b7585ff80 100644 (file)
@@ -38,7 +38,7 @@ class OSDOp;
 
 namespace crimson::osd {
 
-// PgOpsExecuter -- a class for executing ops targeting a certain object.
+// OpsExecuter -- a class for executing ops targeting a certain object.
 class OpsExecuter {
   using call_errorator = crimson::errorator<
     crimson::stateful_ec,