Skip to content

Commit f1b0a8d

Browse files
fix: correct trailing spaces in description of X.yaml
1 parent 2c99a47 commit f1b0a8d

File tree

1 file changed

+2
-2
lines changed
  • spec/std/isa/register_file

1 file changed

+2
-2
lines changed

spec/std/isa/register_file/X.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name: X
99
long_name: General Purpose Registers
1010
description: |
1111
The 'X' register file contains the general-purpose integer registers. Each register
12-
is MXLEN bits wide, but will appear to be XLEN bits wide if XLEN<MXLEN. Register
13-
'x0' is hardwired to zero, while the remaining registers hold architecturally
12+
is MXLEN bits wide, but will appear to be XLEN bits wide if XLEN<MXLEN. Register
13+
'x0' is hardwired to zero, while the remaining registers hold architecturally
1414
visible integer state used by the calling convention and execution environment.
1515
definedBy: I
1616
register_class: general_purpose

0 commit comments

Comments
 (0)