comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3193 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2005-11-16 08:14:16 +00:00
parent 29fb951fcd
commit 45d344b72c
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
#ifdef ENABLE_COLOR
/* For each syntax list entry, we go through the list of colors and
* assign color pairs. */
/* For each syntax list entry, go through the list of colors and assign
* color pairs. */
void set_colorpairs(void)
{
const syntaxtype *this_syntax = syntaxes;