Skip to content

Commit 6e82042

Browse files
fix messsage typos and remove hyphen from reuse (#1906)
relates to #1830 Signed-off-by: Kevin Broch <[email protected]>
1 parent cdf3fd0 commit 6e82042

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs-resources

src/colophon.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
== Preface
33
// Had to make the above a level 1 heading (two equals signs) to avoid error when building
44
// the ISA manual as a book with other "parts". This is opposite to what the adoc says to do
5-
// but otherwise asciidoctor creates the error messsage:
5+
// but otherwise asciidoctor creates the error message:
66
//
77
// asciidoctor: ERROR: ext/riscv-isa-manual/src/colophon.adoc: line 2: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
88
//

src/priv-preface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
== Preface
33
// Had to make the above a level 1 heading (two equals signs) to avoid error when building
44
// the ISA manual as a book with other "parts". This is opposite to what the adoc says to do
5-
// but otherwise asciidoctor creates the error messsage:
5+
// but otherwise asciidoctor creates the error message:
66
//
77
// asciidoctor: ERROR: ext/riscv-isa-manual/src/priv-preface.adoc: line 2: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
88
//

src/scalar-crypto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4513,7 +4513,7 @@ from a third party and integrated with a RISC-V processor design. Compared
45134513
to older (FIPS 140-2) RNG and DRBG modules, an entropy source module may
45144514
have a relatively small area (just a few thousand NAND2 gate equivalent).
45154515
CMVP is introducing an "Entropy Source Validation Scope" which potentially
4516-
allows 90B validations to be re-used for different (FIPS 140-3) modules.
4516+
allows 90B validations to be reused for different (FIPS 140-3) modules.
45174517

45184518
==== Standards and Terminology
45194519

0 commit comments

Comments
 (0)