From 5290e1bc84adbdc21159451a44c92dda03729fb1 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 18 Jun 2005 20:47:41 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.h b/src/nano.h
index 8cd25d88..df92597c 100644
--- a/src/nano.h
+++ b/src/nano.h
@@ -94,7 +94,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-/* If no snprintf() or vsnprintf(), use the versions from glib. */
+/* If no snprintf() or vsnprintf(), use the versions from glib 2.x. */
 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
 #include <glib.h>
 #ifndef HAVE_SNPRINTF
-- 
GitLab