]> git.wh0rd.org Git - nano.git/commitdiff
clarify another comment
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Jan 2006 17:09:35 +0000 (17:09 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 2 Jan 2006 17:09:35 +0000 (17:09 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3255 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/color.c

index 32226e0920e4fe92f53cf1800e0d68fc320b5090..fb7533f56635e827ed2fb7a09c64f68064e18a76 100644 (file)
@@ -3,7 +3,7 @@
  *   color.c                                                              *
  *                                                                        *
  *   Copyright (C) 2001-2004 Chris Allegretta                             *
- *   Copyright (C) 2005 David Lawrence Ramsey                             *
+ *   Copyright (C) 2005-2006 David Lawrence Ramsey                        *
  *   This program is free software; you can redistribute it and/or modify *
  *   it under the terms of the GNU General Public License as published by *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -72,7 +72,7 @@ void color_init(void)
        start_color();
 
 #ifdef HAVE_USE_DEFAULT_COLORS
-       /* Add in colors, if available. */
+       /* Use the default colors, if available. */
        defok = (use_default_colors() != ERR);
 #endif