Merge pull request #47 from iamqizhao/master

fix a comment
This commit is contained in:
Qi Zhao 2015-02-19 13:36:19 -08:00
commit f60b56c6d8
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ type Options struct {
Delay bool
}
// CallHdr carries the metadata from client to server.
// CallHdr carries the information of a particular RPC.
type CallHdr struct {
Host string // peer host
Method string // the operation to perform on the specified host