Skip to content

Commit 97b9cd6

Browse files
committed
review: fix typo
1 parent c0e965f commit 97b9cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wh_comm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ int wh_CommClient_RecvResponse(whCommClient* context,
212212

213213
/* Validate sequence number. A sequence mismatch indicates a
214214
* well-formatted but stale or unsolicited message (e.g. a request
215-
* the caller abandoned). Since nly one pending request is allowed
215+
* the caller abandoned). Since only one pending request is allowed
216216
* at a time, and there is no way to reassociate a straggling
217217
* response with an old request, we choose to simply drop the
218218
* message silently so caller can keep polling for new messages in

0 commit comments

Comments
 (0)