aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-06-27 20:04:45 -0400
committerJack Nagel2015-06-27 20:04:45 -0400
commit0f745872dfb2fc18467fb03357619774412ba381 (patch)
treecafb113ba36529593b24389320a65390d05fc2b1 /Library
parent929fd12650b5f01f7f5aee1338cc25d993f59389 (diff)
downloadbrew-0f745872dfb2fc18467fb03357619774412ba381.tar.bz2
Updated outdated comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg_fix_install_names.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/keg_fix_install_names.rb b/Library/Homebrew/keg_fix_install_names.rb
index 4608f5a4c..0b7a32d54 100644
--- a/Library/Homebrew/keg_fix_install_names.rb
+++ b/Library/Homebrew/keg_fix_install_names.rb
@@ -68,8 +68,7 @@ class Keg
end
# Detects the C++ dynamic libraries in place, scanning the dynamic links
- # of the files within the keg. This searches only libs contained within
- # lib/, and ignores binaries and other mach-o objects
+ # of the files within the keg.
# Note that this doesn't attempt to distinguish between libstdc++ versions,
# for instance between Apple libstdc++ and GNU libstdc++
def detect_cxx_stdlibs(options={})