mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix typos as reported by 'misspell'
Change-Id: I904b8655f21743189814bccf24073b6fbb9fc56d
GitHub-Last-Rev: b032c14394
GitHub-Pull-Request: golang/go#29997
Reviewed-on: https://go-review.googlesource.com/c/160421
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
337662f7ca
commit
d090429ea9
11 changed files with 19 additions and 19 deletions
|
|
@ -614,7 +614,7 @@ func (c *common) log(s string) {
|
|||
c.logDepth(s, 3) // logDepth + log + public function
|
||||
}
|
||||
|
||||
// logDepth generates the output. At an arbitary stack depth
|
||||
// logDepth generates the output at an arbitrary stack depth.
|
||||
func (c *common) logDepth(s string, depth int) {
|
||||
c.mu.Lock()
|
||||
defer c.mu.Unlock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue