Skip to content

Commit 3f4ff44

Browse files
authored
Merge pull request #321 from ThinkOpenly/speicific
Fix spelling of "specific" in a few places
2 parents a8506c1 + 0fb479c commit 3f4ff44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/csr/H/htinst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ fields:
4040
return CsrFieldType::RO;
4141
}
4242
description: |
43-
Exception-speicific information for a trap into HS-mode.
43+
Exception-specific information for a trap into HS-mode.
4444
reset_value: UNDEFINED_LEGAL

arch/csr/H/htval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ fields:
3232
return CsrFieldType::RO;
3333
}
3434
description: |
35-
Exception-speicific information for a trap into M-mode.
35+
Exception-specific information for a trap into M-mode.
3636
reset_value: UNDEFINED_LEGAL

arch/csr/H/mtinst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ fields:
4040
return CsrFieldType::RO;
4141
}
4242
description: |
43-
Exception-speicific information for a trap into M-mode.
43+
Exception-specific information for a trap into M-mode.
4444
reset_value: UNDEFINED_LEGAL

arch/csr/H/mtval2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ fields:
3333
return CsrFieldType::RO;
3434
}
3535
description: |
36-
Exception-speicific information for a trap into M-mode.
36+
Exception-specific information for a trap into M-mode.
3737
reset_value: UNDEFINED_LEGAL

0 commit comments

Comments
 (0)