From: Michal Jarzabek Date: Sun, 15 May 2016 08:46:14 +0000 (+0100) Subject: osd/OSD.h: fix typo in comment X-Git-Tag: v11.0.0~512^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9186%2Fhead;p=ceph.git osd/OSD.h: fix typo in comment Signed-off-by: Michal Jarzabek --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 5c569fb4621b..fd28597f0b1a 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -807,7 +807,7 @@ public: } void promote_throttle_recalibrate(); - // -- Objecter, for teiring reads/writes from/to other OSDs -- + // -- Objecter, for tiering reads/writes from/to other OSDs -- Objecter *objecter; Finisher objecter_finisher;