From e1d9066d13e58e36a6699f746b9ed832dae2e5a4 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 19 Nov 2015 18:46:22 +0000 Subject: [PATCH] Remove incorrect comment --- service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.h b/service.h index 31d277f..0dd330a 100644 --- a/service.h +++ b/service.h @@ -28,7 +28,7 @@ */ enum class ServiceState { STOPPED, // service is not running. - STARTING, // service is starting, and will start (or fail to start) in time. All dependencies have started. + STARTING, // service is starting, and will start (or fail to start) in time. STARTED, // service is running, STOPPING // service script is stopping and will stop. }; -- 2.25.1