chore: fix function names in comment

Signed-off-by: findnature <cricis@aliyun.com>
This commit is contained in:
findnature
2024-04-24 12:07:38 +08:00
parent f82c7cefef
commit c681df35c0
5 changed files with 5 additions and 5 deletions

View File

@ -996,7 +996,7 @@ func (s *SQLiteState) GetContainerExitCodeTimeStamp(id string) (*time.Time, erro
return &result, nil
}
// PruneExitCodes removes exit codes older than 5 minutes unless the associated
// PruneContainerExitCodes removes exit codes older than 5 minutes unless the associated
// container still exists.
func (s *SQLiteState) PruneContainerExitCodes() (defErr error) {
if !s.valid {