Reformat comment for readability, 80-col rule, and gcc cleanliness
authorSara Golemon <sgolemon@fb.com>
Tue, 17 Feb 2015 19:45:21 +0000 (11:45 -0800)
committerAlecs King <int@fb.com>
Tue, 3 Mar 2015 03:22:21 +0000 (19:22 -0800)
commit753e1e5a28120608b4be24003039e85b8f58bebd
tree7d6f5208fc2ed93f04c2af11786017d8120be235
parentf30a65d286f9668ca3f3cc69200cab519f083a38
Reformat comment for readability, 80-col rule, and gcc cleanliness

Summary:
The continuation at the end of the line with the while
was causing gcc to complain about it because it's a
single line comment.

Reformat it into a multiline comment and wrap it to 80 chars.

Test Plan: It's just a comment...

Reviewed By: paulbiss@fb.com

Subscribers: trunkagent, folly-diffs@, yfeldblum

FB internal diff: D1850876

Signature: t1:1850876:1424124973:b2afbc2a8177ac6d11a21bf5a52093bcfd9cbb3e
folly/io/async/SSLContext.cpp