From cedfd4944c847442c289c499172ac25d2a6714f9 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 6 Mar 2024 21:01:00 +0400 Subject: Adjust comments --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 68a9701a..edb800ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -213,7 +213,7 @@ fn main() -> Result<(), Box> { warn!("error notifying systemd: {err:?}"); }; - // Send ready notification to specified file descriptor + // Send ready notification to the NOTIFY_FD file descriptor. if let Err(err) = notify_fd() { warn!("error notifying fd: {err:?}"); } -- cgit