Fix typo in comment for getinfo_helper_current_time()

This commit is contained in:
Neel Chauhan 2018-08-20 11:49:35 -04:00
parent e0b8c53f56
commit aab6aea197

View File

@ -2056,7 +2056,7 @@ getinfo_helper_listeners(control_connection_t *control_conn,
} }
/** Implementation helper for GETINFO: answers requests for information about /** Implementation helper for GETINFO: answers requests for information about
* the current time in both local and UTF forms. */ * the current time in both local and UTC forms. */
STATIC int STATIC int
getinfo_helper_current_time(control_connection_t *control_conn, getinfo_helper_current_time(control_connection_t *control_conn,
const char *question, const char *question,