From 339abc769d17cc9c8c39ca7236baffa21d212ce5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 7 Sep 2010 10:05:51 -0700 Subject: [PATCH] brew-doctor - fix llvm typo --- Library/Homebrew/brew_doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index a8791f4536..96e3530d96 100644 --- a/Library/Homebrew/brew_doctor.rb +++ b/Library/Homebrew/brew_doctor.rb @@ -144,7 +144,7 @@ def check_cc_symlink You may want to change /usr/bin/cc to point back at gcc. To force Homebrew to use LLVM, you can set the "HOMEBREW_LLVM" environmental - variable, or pass "--use-lvm" to "brew install". + variable, or pass "--use-llvm" to "brew install". EOS end