diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-12-17 14:57:39 +1100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-18 17:08:23 +0100 |
commit | f0aad0089e7113312d59bf5aad0f566653662b8e (patch) | |
tree | 82c1a86b8a30a28773be05dcd9e0cea130e860bf /lib | |
parent | d2395f962dfbeb546b8a64eec88271da48fa66de (diff) | |
download | curl-f0aad0089e7113312d59bf5aad0f566653662b8e.tar.gz |
Trival comment fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pingpong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pingpong.c b/lib/pingpong.c index 81f804f8e..67ce63e59 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -170,7 +170,7 @@ void Curl_pp_init(struct pingpong *pp) /*********************************************************************** * - * Curl_pp_sendfv() + * Curl_pp_vsendf() * * Send the formated string as a command to a pingpong server. Note that * the string should not have any CRLF appended, as this function will |