'go routine' should be 'goroutine'

Signed-off-by: yulng <wei.yang@daocloud.io>
This commit is contained in:
yulng
2023-02-05 18:50:46 +08:00
parent 97480afdac
commit 6cdc221f59
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ type Init struct {
initState initState
// mu is used to ensure that `Start()` and `Exited()` calls return in
// the right order when invoked in separate go routines.
// the right order when invoked in separate goroutines.
// This is the case within the shim implementation as it makes use of
// the reaper interface.
mu sync.Mutex