Fix some comments

Signed-off-by: fanqiaojun <fanqiaojun@yeah.net>
This commit is contained in:
fanqiaojun
2024-04-13 15:20:19 +08:00
parent b8a684b64d
commit 1600cfffa5
8 changed files with 9 additions and 9 deletions

View File

@ -127,7 +127,7 @@ func (c *Container) newExecDiedEvent(sessionID string, exitCode int) {
}
}
// netNetworkEvent creates a new event based on a network connect/disconnect
// newNetworkEvent creates a new event based on a network connect/disconnect
func (c *Container) newNetworkEvent(status events.Status, netName string) {
e := events.NewEvent(status)
e.ID = c.ID()