Skip to content

Commit f7bfb7c

Browse files
authored
Merge pull request #60 from swlynch99/fix-a-typo
Fix a small typo in a comment
2 parents 0f112c4 + b3dfcbd commit f7bfb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktls/src/ktls_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ where
247247
//
248248
// we could try looping (tricky code structure), but we can't,
249249
// for example, just call `poll_read`, which might fail not
250-
// not with EAGAIN/EWOULDBLOCK, but because _another_ control
250+
// with EAGAIN/EWOULDBLOCK, but because _another_ control
251251
// message is available.
252252
cx.waker().wake_by_ref();
253253
return task::Poll::Pending;

0 commit comments

Comments
 (0)