From 0b9dc3379a71230b650bab7e28cfef279744333d Mon Sep 17 00:00:00 2001 From: Kevin Broch Date: Sat, 14 Dec 2024 15:11:19 -0800 Subject: [PATCH] fix typo --- schemas/config_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/config_schema.json b/schemas/config_schema.json index 179bd4d415..096cd05513 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": {