summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-10-06 16:28:07 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-10-06 16:28:07 -0700
commitdb6975919c0c037ef3115bbe5c8bfe386c96f831 (patch)
treef14efcee8265594dc60040a1423d8b78369e2057
parentaf6be576ac23004708f2698a720030e7c7fcbb58 (diff)
downloadnasm-db6975919c0c037ef3115bbe5c8bfe386c96f831.tar.gz
doc: fix spelling of "compatibility"
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index db76c8b8..03ad4b23 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -858,7 +858,7 @@ levels of optimization. The syntax is:
\b \c{-Ox} (where \c{x} is the actual letter \c{x}): Multipass optimization.
Minimize branch offsets and signed immediate bytes,
overriding size specification unless the \c{strict} keyword
- has been used (see \k{strict}). For compatability with earlier
+ has been used (see \k{strict}). For compatibility with earlier
releases, the letter \c{x} may also be any number greater than
one. This number has no effect on the actual number of passes.