Skip to content

Commit

Permalink
Fix spelling of "specific" in a few places
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkOpenly committed Nov 27, 2024
1 parent c7a9658 commit 69d381d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/csr/H/htinst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ fields:
return CsrFieldType::RO;
}
description: |
Exception-speicific information for a trap into HS-mode.
Exception-specific information for a trap into HS-mode.
reset_value: UNDEFINED_LEGAL
2 changes: 1 addition & 1 deletion arch/csr/H/htval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ fields:
return CsrFieldType::RO;
}
description: |
Exception-speicific information for a trap into M-mode.
Exception-specific information for a trap into M-mode.
reset_value: UNDEFINED_LEGAL
2 changes: 1 addition & 1 deletion arch/csr/H/mtinst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ fields:
return CsrFieldType::RO;
}
description: |
Exception-speicific information for a trap into M-mode.
Exception-specific information for a trap into M-mode.
reset_value: UNDEFINED_LEGAL
2 changes: 1 addition & 1 deletion arch/csr/H/mtval2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ fields:
return CsrFieldType::RO;
}
description: |
Exception-speicific information for a trap into M-mode.
Exception-specific information for a trap into M-mode.
reset_value: UNDEFINED_LEGAL

0 comments on commit 69d381d

Please sign in to comment.