Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix apparent typos in code in reliable.rst:
* declare `hbuf` in sendSWP as a char array (matching `hbuf` in deliverSWP) instead of untyped array; * declare `state` in deliverSWP's parameters as a pointer (matching its usage with -> in deliverSWP); * use `hdr.Flags` instead of `hdr->Flags` in deliverSWP (matching `hdr` not being a pointer)
- Loading branch information