Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/55161 )
Change subject: util/cbfstool/linux_trampoline.h: Fix typo in comment ......................................................................
util/cbfstool/linux_trampoline.h: Fix typo in comment
inlucde ---> include
Change-Id: I38987119ddabb08c457c9a7c8aecb8025fe2d9d3 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/55161 Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-by: Michael Niewöhner foss@mniewoehner.de Reviewed-by: Arthur Heymans arthur@aheymans.xyz Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/cbfstool/linux_trampoline.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved Arthur Heymans: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/util/cbfstool/linux_trampoline.h b/util/cbfstool/linux_trampoline.h index 9851b52..839d7ca 100644 --- a/util/cbfstool/linux_trampoline.h +++ b/util/cbfstool/linux_trampoline.h @@ -3,7 +3,7 @@ /* * This file contains #define constants used by both the Linux * trampoline C-code and assembly language code. As such it can only - * contain preprocessor macros. Do not inlucde C language + * contain preprocessor macros. Do not include C language * declarations in this file. */