From bdce4ae018bfef230480a318f78904d5aa7be7bf Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Thu, 19 Feb 2015 13:35:28 -0800 Subject: [PATCH] fix a comment --- transport/transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/transport.go b/transport/transport.go index 7d7fa813..5598a590 100644 --- a/transport/transport.go +++ b/transport/transport.go @@ -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