diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-03 11:49:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-04 12:35:14 +0000 |
commit | b85393742d3dd18fc0c75d3215338f3c9e08b727 (patch) | |
tree | 5bd63f0ef6b1a159a71bb2d0ab2638728b0c88ae /util | |
parent | dd8f24129211f9851d5eca285de3cd4a3594c783 (diff) |
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>
Diffstat (limited to 'util')
-rw-r--r-- | util/cbfstool/linux_trampoline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/linux_trampoline.h b/util/cbfstool/linux_trampoline.h index 9851b52aa8..839d7ca2eb 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. */ |