diff --git a/schemas/config_schema.json b/schemas/config_schema.json index 179bd4d41..096cd0551 100644 --- a/schemas/config_schema.json +++ b/schemas/config_schema.json @@ -95,7 +95,7 @@ "ASID_WIDTH": { "type": "integer", "maximum": 16, - "manimum": 0, + "minimum": 0, "description": "Number of implemented ASID bits" }, "NUM_PMP_ENTRIES": {