diff --git a/collects/meta/build/build b/collects/meta/build/build index 50b7702829..68c820f122 100755 --- a/collects/meta/build/build +++ b/collects/meta/build/build @@ -232,7 +232,7 @@ name_of_platform() { ( "sparc-solaris" ) echo "Solaris" ;; ( "i386-osx-mac" ) echo "Mac OS X (Intel 32-bit)" ;; ( "ppc-osx-mac" ) echo "Mac OS X (PPC)" ;; - ( "x86_64-osx-mac" ) echo "Mac OS X (32-bit 64-bit)" ;; + ( "x86_64-osx-mac" ) echo "Mac OS X (Intel 64-bit)" ;; ( "ppc-darwin" ) echo "X11 on Darwin (PPC)" ;; ( "i386-darwin" ) echo "X11 on Darwin (Intel)" ;; ( "i386-win32" ) echo "Windows (x86, 32-bit)" ;;