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

@ -557,7 +557,7 @@ func WithShmDir(dir string) CtrCreateOption {
}
}
// WithNOShmMount tells libpod whether to mount /dev/shm
// WithNoShm tells libpod whether to mount /dev/shm
func WithNoShm(mount bool) CtrCreateOption {
return func(ctr *Container) error {
if ctr.valid {