summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-18 16:21:00 +0200
committerDiego Biurrun <diego@biurrun.de>2014-06-22 23:15:14 +0200
commit463a7cde563fd805864c48a76dd1b03fc24671ed (patch)
tree8ee11b4f2fbb908e1fac8443c2aee2f710f45f01 /doc/platform.texi
parent0ef256d51518f0e483c38b9ee3b993cf0709d00e (diff)
Differentiate assembler and assembly in documentation and comments
The language and the program that consumes the language are not the same.
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 45ec2754d9..356ee2f747 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -52,11 +52,11 @@ unacelerated code.
OS X on PowerPC or ARM (iPhone) requires a preprocessor from
@url{git://git.libav.org/gas-preprocessor.git} to build the optimized
-assembler functions. Put the Perl script somewhere
+assembly functions. Put the Perl script somewhere
in your PATH, Libav's configure will pick it up automatically.
OS X on AMD64 and x86 requires @command{yasm} to build most of the
-optimized assembler functions @url{http://mxcl.github.com/homebrew/, Homebrew},
+optimized assembly 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.