aboutsummaryrefslogtreecommitdiffstats
path: root/src/minilogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/minilogd.c')
-rw-r--r--src/minilogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minilogd.c b/src/minilogd.c
index f1b620bf..345ec3c4 100644
--- a/src/minilogd.c
+++ b/src/minilogd.c
@@ -79,7 +79,7 @@ void runDaemon(int sock) {
signal(SIGBUS,cleanup);
signal(SIGTERM,cleanup);
done = 0;
- /* Get stat info on dev log so we can later check to make sure we
+ /* Get stat info on /dev/log so we can later check to make sure we
* still own it... */
stat(_PATH_LOG,&s1);
while (!done) {