chore: fix function name (#10481)

Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
This commit is contained in:
shenpengfeng 2024-08-21 22:00:45 +08:00 committed by GitHub
parent 263edb251e
commit d3c20b0210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ func (m *mount) mount() error {
return nil
}
// umount is called exactly once to unmount this service.
// unmount is called exactly once to unmount this service.
// note that closing the connection will not always unmount
// properly. If that happens, we bring out the big guns
// (mount.ForceUnmountManyTimes, exec unmount).