summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/create_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/create_path.rb')
-rw-r--r--lib/chef/mixin/create_path.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/mixin/create_path.rb b/lib/chef/mixin/create_path.rb
index ff20a65cb1..547224dda9 100644
--- a/lib/chef/mixin/create_path.rb
+++ b/lib/chef/mixin/create_path.rb
@@ -54,8 +54,8 @@ class Chef
def create_dir(path)
begin
- # In multithreaded environments, the following interleaving raises
- # an error here:
+ # When doing multithreaded downloads into the file cache, the following
+ # interleaving raises an error here:
#
# thread1 thread2
# File.directory?(create_path) <- false