Skip to content

Commit

Permalink
chore: fix function name (#10481)
Browse files Browse the repository at this point in the history
Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
  • Loading branch information
shenpengfeng authored Aug 21, 2024
1 parent 263edb2 commit d3c20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/mount/fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d3c20b0

Please sign in to comment.