diff --git a/src/nano.h b/src/nano.h
index 8cd25d88bf6892a778b64cb636f53810dcc9c0d0..df92597c5fdf3f194645d39517ddc0fdb41a3816 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