diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-28 15:07:38 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-28 15:07:38 +0400 |
commit | f47001175183b1ac3746e7832608cbc5077dfa65 (patch) | |
tree | 9aa291213849b9765c36710a2f6ce3d73ae88720 /doc/nasmdoc.src | |
parent | deb082d63384de5810e7dfe2b7e63e67c3e2cce1 (diff) | |
download | nasm-f47001175183b1ac3746e7832608cbc5077dfa65.tar.gz nasm-f47001175183b1ac3746e7832608cbc5077dfa65.tar.bz2 nasm-f47001175183b1ac3746e7832608cbc5077dfa65.zip |
BR3392244: docs -- Fix "respectively" typo
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 55dbfc0..8386eac 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -7631,7 +7631,7 @@ set to zero. \H{reg64} Register Names in 64-bit Mode NASM uses the following names for general-purpose registers in 64-bit -mode, for 8-, 16-, 32- and 64-bit references, respecitively: +mode, for 8-, 16-, 32- and 64-bit references, respectively: \c AL/AH, CL/CH, DL/DH, BL/BH, SPL, BPL, SIL, DIL, R8B-R15B \c AX, CX, DX, BX, SP, BP, SI, DI, R8W-R15W |