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>
This commit is contained in:
Angel Pons 2021-06-03 11:49:12 +02:00 committed by Patrick Georgi
parent dd8f241292
commit b85393742d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/* /*
* This file contains #define constants used by both the Linux * This file contains #define constants used by both the Linux
* trampoline C-code and assembly language code. As such it can only * 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. * declarations in this file.
*/ */