GUAC-763: Fix typo in comment.

This commit is contained in:
Michael Jumper 2014-07-17 13:06:01 -07:00
parent 46faa7ab85
commit 0adf16c501

View File

@ -104,7 +104,7 @@ enum __TELNET_ARGS_IDX {
};
/**
* Compile a regular expression and checks it return value. Returns NULL if compilation fails
* Compiles the given regular expression, returning NULL if compilation fails.
*/
static regex_t* __guac_telnet_compile_regex(guac_client* client, char* pattern) {