comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3729 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-07-04 03:47:36 +00:00
parent d44f322f6d
commit 345a5b84bf
1 changed files with 1 additions and 1 deletions

View File

@ -1966,7 +1966,7 @@ void titlebar(const char *path)
/* The length of the state in columns, or the length of
* "Modified" if the state is blank. */
char *exppath = NULL;
/* The file name, expanded for display. */
/* The filename, expanded for display. */
bool newfie = FALSE;
/* Do we say "New Buffer"? */
bool dots = FALSE;