doc: remove stray "are"

"are generate" -> "generate"

Fixes: https://github.com/netwide-assembler/nasm/pull/87
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2025-10-06 14:14:09 -07:00
parent 5b9099c058
commit 0c3a964caf

View file

@ -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.