diff options
Diffstat (limited to 'docs/examples/unixsocket.c')
-rw-r--r-- | docs/examples/unixsocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/unixsocket.c b/docs/examples/unixsocket.c index 53c5fd2de..90c655917 100644 --- a/docs/examples/unixsocket.c +++ b/docs/examples/unixsocket.c @@ -53,7 +53,7 @@ int main(void) curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, PATH); #endif - /* Perform the request, res will get the return code */ + /* Perform the request, res gets the return code */ res = curl_easy_perform(curl); /* Check for errors */ if(res != CURLE_OK) |