From df7d3e22fc5c77817e67dd0bb25789bab63a8d1e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 24 Oct 2008 10:15:46 -0700 Subject: [PATCH] doc: fix awkward word order "the exactly same" -> "exactly the same" Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 79a036f0..3ca0f147 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -2041,7 +2041,7 @@ select between them. Similarly, the two statements: \c %xdefine Bar Quux ; Expands due to %xdefine \c %define Bar %[Quux] ; Expands due to %[...] -have, in fact, the exactly same effect. +have, in fact, exactly the same effect. \S{concat%+} Concatenating Single Line Macro Tokens: \i\c{%+} -- 2.11.4.GIT