commit 2318a89ecd7aad5a296b657caec22beff92a4284
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Wed Aug 5 19:14:10 2020 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Wed Aug 5 19:14:10 2020 +0200

    Begin comment in lowercase
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/main.c b/main.c
index 1061ea0..b5d0364 100644
--- a/main.c
+++ b/main.c
@@ -303,7 +303,7 @@ main(int argc, char *argv[])
                    "Entry not found");
        }
 
-       /* Open a new process group */
+       /* open a new process group */
        setpgid(0,0);
 
        handlesignals(sigcleanup);

Reply via email to