diff options
-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); /** |