Skip to content

Commit

Permalink
Merge pull request #331 from zenhack/clarify-comment
Browse files Browse the repository at this point in the history
Clarify a comment
  • Loading branch information
lthibault authored Oct 24, 2022
2 parents cbde3a8 + 6dcd18b commit b1a48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (c *Conn) sendCap(d rpccp.CapDescriptor, client capnp.Client) (_ exportID,

// fillPayloadCapTable adds descriptors of payload's message's
// capabilities into payload's capability table and returns the
// reference counts added to the exports table.
// reference counts that have been added to the exports table.
//
// The caller must be holding onto c.mu.
func (c *Conn) fillPayloadCapTable(payload rpccp.Payload, clients []capnp.Client) (map[exportID]uint32, error) {
Expand Down

0 comments on commit b1a48d7

Please sign in to comment.