]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: fix typo in the comments
authorXiubo Li <xiubli@redhat.com>
Tue, 10 Aug 2021 07:06:54 +0000 (15:06 +0800)
committerXiubo Li <xiubli@redhat.com>
Sat, 25 Sep 2021 08:54:03 +0000 (16:54 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/Migrator.cc

index 0ec3c640c63c18a7a0403daaa5a3600155446a99..2e76fc2a2b56f846e69d143188567f10406e9ea9 100644 (file)
@@ -1969,7 +1969,7 @@ void Migrator::export_notify_abort(CDir *dir, export_state_t& stat, set<CDir*>&
 }
 
 /*
- * this happens if hte dest failes after i send teh export data but before it is acked
+ * this happens if the dest failes after i send the export data but before it is acked
  * that is, we don't know they safely received and logged it, so we reverse our changes
  * and go on.
  */