Fix some typos in comments. (#4100)
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
parent
9e4a177d9f
commit
e233f59ee8
24 changed files with 42 additions and 42 deletions
|
@ -99,7 +99,7 @@ func stripUnderscore(s string) string {
|
|||
return s[1:]
|
||||
}
|
||||
|
||||
// String return a string representation of r, it just returns all fields concatenated with dots.
|
||||
// String returns a string representation of r, it just returns all fields concatenated with dots.
|
||||
// This is mostly used in tests.
|
||||
func (r recordRequest) String() string {
|
||||
s := r.port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue