include: sbi: Fix typo in comment
authorYu Chien Peter Lin <peterlin@andestech.com>
Fri, 14 Oct 2022 00:32:39 +0000 (08:32 +0800)
committerAnup Patel <anup@brainfault.org>
Sun, 23 Oct 2022 04:47:22 +0000 (10:17 +0530)
%s/Priviledge/Privilege

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
include/sbi/sbi_scratch.h

index 2f6f0a1..40a3bc9 100644 (file)
@@ -57,7 +57,7 @@ struct sbi_scratch {
        unsigned long next_arg1;
        /** Address of next booting stage for this HART */
        unsigned long next_addr;
-       /** Priviledge mode of next booting stage for this HART */
+       /** Privilege mode of next booting stage for this HART */
        unsigned long next_mode;
        /** Warm boot entry point address for this HART */
        unsigned long warmboot_addr;