summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-12 21:21:24 +0100
committerDiego Biurrun <diego@biurrun.de>2012-01-11 13:48:30 +0100
commit5ea20630b4cc96a6538a6a11b08698debe3a303a (patch)
tree93e0937c6203247d2ddcf84be9188c82ae4e19b8 /doc/platform.texi
parentcf53a2127b4e5a34d1f839cea22bb0b3f0c55704 (diff)
Fix a bunch of platform name and other typos.
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 6a44640e8f..7ec7cb3dd0 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -45,17 +45,17 @@ bash ./configure
@end example
@anchor{Darwin}
-@section Darwin (OSX, iPhone)
+@section Darwin (OS X, iPhone)
The toolchain provided with Xcode is sufficient to build the basic
unacelerated code.
-OSX on PowerPC or ARM (iPhone) requires a preprocessor from
+OS X on PowerPC or ARM (iPhone) requires a preprocessor from
@url{http://github.com/yuvi/gas-preprocessor} to build the optimized
assembler functions. Just download the Perl script and put it somewhere
in your PATH, Libav's configure will pick it up automatically.
-OSX on amd64 and x86 requires @command{yasm} to build most of the
+OS X on AMD64 and x86 requires @command{yasm} to build most of the
optimized assembler functions @url{http://mxcl.github.com/homebrew/, Homebrew},
@url{http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml, Gentoo Prefix}
or @url{http://www.macports.org, MacPorts} can easily provide it.