From: Xiubo Li Date: Tue, 10 Aug 2021 07:06:54 +0000 (+0800) Subject: mds: fix typo in the comments X-Git-Tag: v17.1.0~804^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a98cce6ca200a77146666f1bd4b7065e7db78d9;p=ceph.git mds: fix typo in the comments Signed-off-by: Xiubo Li --- diff --git a/src/mds/Migrator.cc b/src/mds/Migrator.cc index 0ec3c640c63..2e76fc2a2b5 100644 --- a/src/mds/Migrator.cc +++ b/src/mds/Migrator.cc @@ -1969,7 +1969,7 @@ void Migrator::export_notify_abort(CDir *dir, export_state_t& stat, set& } /* - * 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. */