From: Xianxia Xiao Date: Wed, 21 Dec 2016 01:02:24 +0000 (+0000) Subject: src/common/hobject.h : fix typos X-Git-Tag: v12.0.0~324^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27e2dac93c570cc55dcae74c8b016b54988639da;p=ceph.git src/common/hobject.h : fix typos Signed-off-by: Xianxia Xiao --- diff --git a/src/common/hobject.h b/src/common/hobject.h index 8e8c83d49c318..c2d6642433931 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -96,7 +96,7 @@ public: hobject_t(const hobject_t &rhs) = default; hobject_t(hobject_t &&rhs) = default; - hobject_t(hobject_t_max &&singleon) : hobject_t() { + hobject_t(hobject_t_max &&singleton) : hobject_t() { max = true; } hobject_t &operator=(const hobject_t &rhs) = default;