From 0c3a964caf5b042eebe325cabd781cbda9d1734d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 6 Oct 2025 14:14:09 -0700 Subject: [PATCH] doc: remove stray "are" "are generate" -> "generate" Fixes: https://github.com/netwide-assembler/nasm/pull/87 Signed-off-by: H. Peter Anvin (Intel) --- doc/stdmac.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdmac.src b/doc/stdmac.src index 243a436a1..21fcfd133 100644 --- a/doc/stdmac.src +++ b/doc/stdmac.src @@ -45,7 +45,7 @@ or \c db 1,32,98,0 -Note that the above lines are generate exactly the same code, the second +Note that the above lines generate exactly the same code, the second line is used just to give an indication of the order that the separate values will be present in memory.