summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-23 16:29:04 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-28 16:59:26 -0700
commit4f98a63c8633029c70ec6c01c5cb84fd5d988b73 (patch)
tree7863cf621cf78f0e722224337161881742d0a00d
parent92d9730deff155461e399a5d4751822d1630a426 (diff)
downloadchef-4f98a63c8633029c70ec6c01c5cb84fd5d988b73.tar.gz
comment tweak
-rw-r--r--lib/chef/provider/mount.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb
index 4749846118..ea0afbdd8d 100644
--- a/lib/chef/provider/mount.rb
+++ b/lib/chef/provider/mount.rb
@@ -111,7 +111,7 @@ class Chef
raise Chef::Exceptions::UnsupportedAction, "#{self.to_s} does not implement #mounted?"
end
- # should check new_resource against current_resource to see if mount options have changed, returns true/false
+ # should check new_resource against current_resource to see if mount options need updating, returns true/false
def mount_options_unchanged?
raise Chef::Exceptions::UnsupportedAction, "#{self.to_s} does not implement #mount_options_unchanged?"
end