diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-10-01 12:27:47 +0200 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-10-02 15:50:55 +0530 |
commit | 79bf80b44e578181436be3647b0c475fc42b14e8 (patch) | |
tree | 1e64c895e3fa1d0be81a6f2dfb7fc0a744fe396e /include | |
parent | 7701ea13be4c6e2e16cce334e03ff8ab5b5e1d60 (diff) |
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')
-rw-r--r-- | include/sbi/sbi_scratch.h | 2 |
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); /** |