From 54ebedcfaf2da4c19ceb21dde5b63628c1e97b44 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 17 Jan 2019 10:12:59 -0500 Subject: [PATCH] SQUASH: comment fix Signed-off-by: Jeff Layton --- src/pybind/mgr/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator.py b/src/pybind/mgr/orchestrator.py index 87f604287bfc2..8286172f29744 100644 --- a/src/pybind/mgr/orchestrator.py +++ b/src/pybind/mgr/orchestrator.py @@ -411,7 +411,7 @@ class ServiceDescription(object): # in parallel. This tag refers to a group of daemons as a whole. # # For instance, a cluster of mds' all service the same fs, and they - # will all have the same service_group (which may be the + # will all have the same service value (which may be the # Filesystem name in the FSMap). # # Single-instance services should leave this set to None -- 2.39.5