]> Sergey Matveev's repositories - nnn.git/commitdiff
Update comments
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 22 Nov 2018 14:49:32 +0000 (20:19 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 22 Nov 2018 14:49:32 +0000 (20:19 +0530)
src/nnn.c

index 4e0f6d37d5a6467045c396d866eec7cbfb7865fc..717628d5e09493e5b924b3d3df0462b8d8236724 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3381,7 +3381,7 @@ nochange:
                        return;
                } /* switch (sel) */
 
-               /* Screensaver */
+               /* Locker */
                if (idletimeout != 0 && idle == idletimeout) {
                        idle = 0;
                        spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL | F_SIGINT);
@@ -3518,7 +3518,7 @@ int main(int argc, char *argv[])
                idletimeout = opt * ((opt > 0) - (opt < 0));
        }
 
-       /* Get the default copier, if set */
+       /* Get the clipboard copier, if set */
        copier = getenv("NNN_COPIER");
 
        /* Enable quotes if opted */