summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYu Chien Peter Lin <peterlin@andestech.com>2022-10-14 03:32:39 +0300
committerAnup Patel <anup@brainfault.org>2022-10-23 07:47:22 +0300
commit98aa12738df6867d8cc35490e32da7e17de06e1a (patch)
treeb5fb2bdc3a938c50e1abf095c67138224688e3bf /include
parentb6e520b2a836cd7cc8dc99c25a21a470e8589888 (diff)
downloadopensbi-98aa12738df6867d8cc35490e32da7e17de06e1a.tar.xz
include: sbi: Fix typo in comment
%s/Priviledge/Privilege Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_scratch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h
index 2f6f0a1..40a3bc9 100644
--- a/include/sbi/sbi_scratch.h
+++ b/include/sbi/sbi_scratch.h
@@ -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;