fix incorrect comment

This commit is contained in:
Adam Vandenberg 2014-02-23 17:41:32 -08:00
parent 3a4a529453
commit 0bdce89d65

View File

@ -74,7 +74,8 @@ class Cleaner
path.chmod perms path.chmod perms
end end
# Clean a single folder (non-recursively) # Removes .la files and fixes file permissions for a directory tree, keeping
# existing files and permissions if instructed to by the formula
def clean_dir d def clean_dir d
d.find do |path| d.find do |path|
path.extend(ObserverPathnameExtension) path.extend(ObserverPathnameExtension)