From b85393742d3dd18fc0c75d3215338f3c9e08b727 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 3 Jun 2021 11:49:12 +0200 Subject: [PATCH] util/cbfstool/linux_trampoline.h: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit inlucde ---> include Change-Id: I38987119ddabb08c457c9a7c8aecb8025fe2d9d3 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55161 Reviewed-by: Kyösti Mälkki Reviewed-by: Michael Niewöhner Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- util/cbfstool/linux_trampoline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */