From: Davin McCall <davmac@davmac.org> Date: Thu, 19 Nov 2015 18:46:22 +0000 (+0000) Subject: Remove incorrect comment X-Git-Tag: v0.01~113 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1d9066d13e58e36a6699f746b9ed832dae2e5a4;p=oweals%2Fdinit.git Remove incorrect comment --- 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. };