aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/hardware.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/os/mac/hardware.rb')
-rw-r--r--Library/Homebrew/os/mac/hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb
index 11cf0142a..db4fe5875 100644
--- a/Library/Homebrew/os/mac/hardware.rb
+++ b/Library/Homebrew/os/mac/hardware.rb
@@ -62,7 +62,7 @@ module MacCPUs
when 100
# This is the only 64-bit PPC CPU type, so it's useful
# to distinguish in `brew config` output and in bottle tags
- MacOS.prefer_64_bit? ? :g5_64 : :g5 # PowerPC 970
+ MacOS.prefer_64_bit? ? :g5_64 : :g5 # PowerPC 970
else
:dunno
end