From 3453c71c2844c27d6380203d7eedd42c5f638910 Mon Sep 17 00:00:00 2001 From: Peter Meerwald-Stadler Date: Sun, 30 Sep 2018 19:38:37 +0200 Subject: [PATCH] Fix spelling of commonly --- manual-ru/nasm-directives.txt | 2 +- manual/nasm-directives.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual-ru/nasm-directives.txt b/manual-ru/nasm-directives.txt index 35ca1e3..7e1fcf0 100644 --- a/manual-ru/nasm-directives.txt +++ b/manual-ru/nasm-directives.txt @@ -118,7 +118,7 @@ compatibility with other assemblers. The ((`DEFAULT`)) directive changes the assembler defaults. Normally, Yasm defaults to a mode where the programmer is expected to explicitly specify most features directly. However, sometimes this is not -desirable if a certain behavior is very commmonly used. +desirable if a certain behavior is very commonly used. Currently, the only `DEFAULT` that is settable is whether or not registerless effective addresses in 64-bit mode are `RIP`-relative or diff --git a/manual/nasm-directives.txt b/manual/nasm-directives.txt index 35ca1e3..7e1fcf0 100644 --- a/manual/nasm-directives.txt +++ b/manual/nasm-directives.txt @@ -118,7 +118,7 @@ compatibility with other assemblers. The ((`DEFAULT`)) directive changes the assembler defaults. Normally, Yasm defaults to a mode where the programmer is expected to explicitly specify most features directly. However, sometimes this is not -desirable if a certain behavior is very commmonly used. +desirable if a certain behavior is very commonly used. Currently, the only `DEFAULT` that is settable is whether or not registerless effective addresses in 64-bit mode are `RIP`-relative or