From b81d1c6df4c8a1cf1dedd2067e4fadd51b175ce3 Mon Sep 17 00:00:00 2001 From: Ian Wizard <1.am.w1z4rd@gmail.com> Date: Wed, 28 Aug 2019 09:52:48 -0700 Subject: [PATCH] Typo correction in fasm-specification.rst Signed-off-by: Ian Wizard <1.am.w1z4rd@gmail.com> --- source/fasm-specification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fasm-specification.rst b/source/fasm-specification.rst index 9d75d6c..6ca45d6 100644 --- a/source/fasm-specification.rst +++ b/source/fasm-specification.rst @@ -10,7 +10,7 @@ A FASM file declares that specific "Features" within the bitstream should be ena A FASM file is illegal if a bit in the final bitstream must be set and cleared to respect the set of features specified in the FASM file. -An empty FASM file will generate a platform specific "default" bitstream. The FASM file will specific zero or more features that mutate the "default" bitstream into the target bitstream. +An empty FASM file will generate a platform specific "default" bitstream. The FASM file will specify zero or more features that mutate the "default" bitstream into the target bitstream. File Syntax description -----------------------