From 192e139e60a4430f7f41548c3d0a5dbfa788e256 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 11 Oct 2009 17:26:02 +0000 Subject: [PATCH] Clarified comment. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403240 --- examples/sockets_ex_2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sockets_ex_2.cpp b/examples/sockets_ex_2.cpp index 873ae95c3..dc61c30c1 100755 --- a/examples/sockets_ex_2.cpp +++ b/examples/sockets_ex_2.cpp @@ -75,8 +75,8 @@ int main() // In any case, this function is provided to allow you to perform a graceful // close if you so choose. // - // Also note that the timeout can be changed by suppling an optional second - // argument to this function. + // Also note that the timeout can be changed by suppling an optional argument + // to this function. close_gracefully(con); } catch (exception& e)