summaryrefslogtreecommitdiff
path: root/include/sbi
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-01 13:27:47 +0300
committerAnup Patel <anup@brainfault.org>2020-10-02 13:20:55 +0300
commit79bf80b44e578181436be3647b0c475fc42b14e8 (patch)
tree1e64c895e3fa1d0be81a6f2dfb7fc0a744fe396e /include/sbi
parent7701ea13be4c6e2e16cce334e03ff8ab5b5e1d60 (diff)
downloadopensbi-79bf80b44e578181436be3647b0c475fc42b14e8.tar.xz
lib: sbi_scratch: typo scatch
%s/scatch/scratch Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'include/sbi')
-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 8086207..9f3453d 100644
--- a/include/sbi/sbi_scratch.h
+++ b/include/sbi/sbi_scratch.h
@@ -85,7 +85,7 @@ enum sbi_scratch_options {
#define sbi_scratch_thishart_arg1_ptr() \
((void *)(sbi_scratch_thishart_ptr()->next_arg1))
-/** Initialize scatch table and allocator */
+/** Initialize scratch table and allocator */
int sbi_scratch_init(struct sbi_scratch *scratch);
/**