aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-06-30 14:10:03 -0500
committerJack Nagel2012-06-30 14:10:03 -0500
commit17e7b7eaa49546746f955a0f215728504d843b21 (patch)
treecaf86cb0e7739bcfd9e6e384ea9888b3af5e62de /Library
parentcfe58531ee6dee0f0a24f0b8d5146ea43ee88c38 (diff)
downloadbrew-17e7b7eaa49546746f955a0f215728504d843b21.tar.bz2
Clarify comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/macos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb
index 645e0220d..766e07218 100644
--- a/Library/Homebrew/macos.rb
+++ b/Library/Homebrew/macos.rb
@@ -132,7 +132,7 @@ module MacOS extend self
@xctoolchain_path ||= begin
path = Pathname.new("#{MacOS.xcode_prefix}/Toolchains/XcodeDefault.xctoolchain")
# If only the CLT are installed, all tools will be under dev_tools_path,
- # and this path will be nil.
+ # this path won't exist, and xctoolchain_path will be nil.
path if path.exist?
end
end