mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
chore: fix function name (#10481)
Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
This commit is contained in:
parent
263edb251e
commit
d3c20b0210
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user