From cb475886b1769db594059c368fa910acc208a772 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 2 Jan 2006 17:09:35 +0000
Subject: [PATCH] clarify another comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3255 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/color.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/color.c b/src/color.c
index 32226e09..fb7533f5 100644
--- a/src/color.c
+++ b/src/color.c
@@ -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
 
-- 
GitLab