Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and derekbit committed Jul 17, 2024
1 parent 10f6d94 commit 2abe098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func unmount(path string, mounter mount.Interface) (err error) {
return err
}

// unnountAndCleanupMountPoint ensures all mount layers for the path are unmounted and the mount directory is removed
// unmountAndCleanupMountPoint ensures all mount layers for the path are unmounted and the mount directory is removed
func unmountAndCleanupMountPoint(path string, mounter mount.Interface) error {
// we just try to unmount since the path check would get stuck for nfs mounts
logrus.Infof("Trying to umount mount point %v", path)
Expand Down

0 comments on commit 2abe098

Please sign in to comment.