]> git.wh0rd.org Git - nano.git/commitdiff
comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 10 May 2006 03:40:17 +0000 (03:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 10 May 2006 03:40:17 +0000 (03:40 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3488 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index bbb5d611bb8fc4c070f29b6712d9d34abfa382ae..5c9e8a322af26506f5f1ef41f1a1eef41b3a8b3c 100644 (file)
@@ -103,7 +103,7 @@ char *do_browser(char *path, DIR *dir)
        check_statusblank();
 
        /* Compute the line number we're on now, so that we don't divide
-        * by 0. */
+        * by zero. */
        fileline = selected;
        if (width != 0)
            fileline /= width;
@@ -559,7 +559,7 @@ void browser_refresh(void)
        char *disp = display_string(tail(filelist[i]), 0, longest,
                FALSE);
 
-       /* Highlight the currently selected file/dir. */
+       /* Highlight the currently selected file or directory. */
        if (i == selected)
            wattron(edit, A_REVERSE);