aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-06 21:01:00 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-06 21:01:00 +0400
commitcedfd4944c847442c289c499172ac25d2a6714f9 (patch)
treee94c38786bd24032f1549cde4591ad2318df070b /src
parent431f0704813721c80f58e7b196b79891bfb4d4bf (diff)
downloadniri-cedfd4944c847442c289c499172ac25d2a6714f9.tar.gz
niri-cedfd4944c847442c289c499172ac25d2a6714f9.tar.bz2
niri-cedfd4944c847442c289c499172ac25d2a6714f9.zip
Adjust comments
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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<dyn std::error::Error>> {
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:?}");
}