summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2018-11-07 12:54:23 -0800
committerH. Peter Anvin (Intel) <hpa@zytor.com>2018-11-07 12:54:23 -0800
commit522d15c407ecfef021e972152a00365f8c0b9a19 (patch)
treeb9be6bee26a8f07283b5a910428f8ec33ccb0f64 /doc
parent4310eb9d42b1775494cd68bf7bd1e90caab4bace (diff)
downloadnasm-522d15c407ecfef021e972152a00365f8c0b9a19.tar.gz
nasmdoc.src: fix compound word
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 0aac8562..9ebe657e 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -4707,7 +4707,7 @@ This is a macro implemented as a \c{%pragma}:
Commandline option is also possible. See also \k{opt-pfix}.
-Some tool chain is aware of a particular prefix for its own optimization
+Some toolchains is aware of a particular prefix for its own optimization
options, such as code elimination. For instance, Mach-O backend has a
linker that uses a simplistic naming scheme to chunk up sections into a
meta section. When the \c{subsections_via_symbols} directive
@@ -4715,7 +4715,7 @@ meta section. When the \c{subsections_via_symbols} directive
separate block. The meta section is, then, defined to include sections
before the one that starts with a 'L'. \c{LPREFIX} is useful here to mark
all local symbols with the 'L' prefix to be excluded to the meta section.
-It converts local symbols compatible with the particular tool chain.
+It converts local symbols compatible with the particular toolchain.
Note that local symbols declared with \c{STATIC} (\k{static})
are excluded from the symbol mangling and also not marked as global.