Skip to content

Commit aaad5b4

Browse files
authored
Merge pull request #357 from riscv-software-src/dev/kbroch/fix-config-schema-typo
fix typo
2 parents 4d01b91 + 0b9dc33 commit aaad5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/config_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"ASID_WIDTH": {
9696
"type": "integer",
9797
"maximum": 16,
98-
"manimum": 0,
98+
"minimum": 0,
9999
"description": "Number of implemented ASID bits"
100100
},
101101
"NUM_PMP_ENTRIES": {

0 commit comments

Comments
 (0)