fixed absense to absence

This commit is contained in:
Jędrzej Nowak
2016-10-14 16:28:46 +02:00
committed by GitHub
parent b1b8e9e403
commit 7a7c36261e

View File

@@ -175,7 +175,7 @@ func (n *NsenterMounter) IsLikelyNotMountPoint(file string) (bool, error) {
glog.V(5).Infof("findmnt: directory %s does not exist", file)
return true, err
}
// Add --first-only option: since we are testing for the absense of a mountpoint, it is sufficient to get only
// Add --first-only option: since we are testing for the absence of a mountpoint, it is sufficient to get only
// the first of multiple possible mountpoints using --first-only.
// Also add fstype output to make sure that the output of target file will give the full path
// TODO: Need more refactoring for this function. Track the solution with issue #26996