From b6465c96c7db48a8d4ab5448feda406939b78908 Mon Sep 17 00:00:00 2001
From: Brad Hards <bradh@frogmouth.net>
Date: Fri, 17 Dec 2010 14:57:39 +1100
Subject: [PATCH 3/3] Trival comment fix.

---
 lib/pingpong.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/pingpong.c b/lib/pingpong.c
index 81f804f..67ce63e 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
-- 
1.7.1


