Skip to content

Commit

Permalink
Favor "dependency" over "dependence" when being concrete
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Oct 26, 2023
1 parent 8bba615 commit 6a08882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/naming.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/zimop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]`.

<<<
Expand Down

0 comments on commit 6a08882

Please sign in to comment.