]> git.wh0rd.org Git - nano.git/commitdiff
more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 29 Apr 2005 03:28:27 +0000 (03:28 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 29 Apr 2005 03:28:27 +0000 (03:28 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2494 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index e4bb525f0631d009ca77c8b05fff7a6dd8986466..d2440107d1ab9208d1f9e92e351f806e5a79c1e7 100644 (file)
@@ -2440,11 +2440,11 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *def,
     int kbinput;
     bool meta_key, func_key, s_or_t, ran_func, finished;
     bool tabbed = FALSE;
-       /* used by input_tab() */
+       /* Used by input_tab(). */
     size_t answer_len = strlen(def);
 
 #ifndef NANO_SMALL
-   /* for history */
+    /* For history. */
     char *history = NULL;
     char *currentbuf = NULL;
     char *complete = NULL;