From: H. Peter Anvin Date: Thu, 23 May 2002 06:40:32 +0000 (+0000) Subject: Fix typo: "BIT 16" -> "BITS 16" X-Git-Tag: nasm-2.11.05~2354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b923b1231c41ddc8343038686fc90b455c9ab2f;p=platform%2Fupstream%2Fnasm.git Fix typo: "BIT 16" -> "BITS 16" --- diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 3a0a2f1..6dbecce 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3240,7 +3240,7 @@ which has no function other than to call the primitive form. \S{USE16 & USE32} \i\c{USE16} & \i\c{USE32}: Aliases for BITS The `\c{USE16}' and `\c{USE32}' directives can be used in place of -`\c{BIT 16}' and `\c{BITS 32}', for compatibility with other assemblers. +`\c{BITS 16}' and `\c{BITS 32}', for compatibility with other assemblers. \H{section} \i\c{SECTION} or \i\c{SEGMENT}: Changing and \i{Defining