We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e965f commit 97b9cd6Copy full SHA for 97b9cd6
1 file changed
src/wh_comm.c
@@ -212,7 +212,7 @@ int wh_CommClient_RecvResponse(whCommClient* context,
212
213
/* Validate sequence number. A sequence mismatch indicates a
214
* well-formatted but stale or unsolicited message (e.g. a request
215
- * the caller abandoned). Since nly one pending request is allowed
+ * the caller abandoned). Since only one pending request is allowed
216
* at a time, and there is no way to reassociate a straggling
217
* response with an old request, we choose to simply drop the
218
* message silently so caller can keep polling for new messages in
0 commit comments