From 6a0888220504a7cb878843276397252f0aa6a9b9 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 26 Oct 2023 15:48:26 -0700 Subject: [PATCH] Favor "dependency" over "dependence" when being concrete --- src/naming.adoc | 2 +- src/zimop.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/naming.adoc b/src/naming.adoc index 4f4045a07..f63474d63 100644 --- a/src/naming.adoc +++ b/src/naming.adoc @@ -41,7 +41,7 @@ e.g., "Q" for quad-precision floating-point, or "C" for the 16-bit compressed instruction format. Some ISA extensions depend on the presence of other extensions, e.g., -"D" depends on "F" and "F" depends on "Zicsr". These dependences +"D" depends on "F" and "F" depends on "Zicsr". These dependencies may be implicit in the ISA name: for example, RV32IF is equivalent to RV32IFZicsr, and RV32ID is equivalent to RV32IFD and RV32IFDZicsr. diff --git a/src/zimop.adoc b/src/zimop.adoc index 5338956f9..b1a9df421 100644 --- a/src/zimop.adoc +++ b/src/zimop.adoc @@ -59,7 +59,7 @@ The MOPs defined in the Zimop extension do not carry a syntactic dependency from `x[rs1]` or `x[rs2]` to `x[rd]`, though an extension that redefines the MOP may impose such a requirement. -NOTE: Not carrying a syntactic dependence relieves straightforward +NOTE: Not carrying a syntactic dependency relieves straightforward implementations of reading `x[rs1]` and `x[rs2]`. <<<