Clarified comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403240
This commit is contained in:
Davis King 2009-10-11 17:26:02 +00:00
parent dbfc818e4c
commit 192e139e60
1 changed files with 2 additions and 2 deletions

View File

@ -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)