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 #include -/* 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 #ifndef HAVE_SNPRINTF