From e2d8f4ec7d5f57e212b475036fcfbe6c7c91723a Mon Sep 17 00:00:00 2001 From: dhower-qc <134728312+dhower-qc@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:33:03 -0400 Subject: [PATCH] Fix spelling error --- arch/ext/S.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ext/S.yaml b/arch/ext/S.yaml index 31994d9e6..3934d993a 100644 --- a/arch/ext/S.yaml +++ b/arch/ext/S.yaml @@ -251,7 +251,7 @@ S: schema: type: boolean extra_validation: - assert MSTATUS_FS_WRITEABL == true if ext?(:F) + assert MSTATUS_FS_WRITEABLE == true if ext?(:F) MSTATUS_FS_LEGAL_VALUES: description: | The set of values that mstatus.FS will accept from a software write.