From 27e2dac93c570cc55dcae74c8b016b54988639da Mon Sep 17 00:00:00 2001 From: Xianxia Xiao Date: Wed, 21 Dec 2016 01:02:24 +0000 Subject: [PATCH] src/common/hobject.h : fix typos Signed-off-by: Xianxia Xiao --- src/common/hobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5