From 3d45000c9cab2e5e5cac11a0a6af9abdce8aa80d Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 9 Aug 2018 18:55:58 +0200 Subject: src: Fix typo Change-Id: I689c5663ef59861f79b68220abd146144f7618de Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27988 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/lib/rmodule.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/rmodule.ld b/src/lib/rmodule.ld index 340fe7ae13..ddf79257df 100644 --- a/src/lib/rmodule.ld +++ b/src/lib/rmodule.ld @@ -6,7 +6,7 @@ * NOTE: The program's loadable sections (text, module_params, and data) are * packed into the flat blob. The rmodule loader assumes the entire program * resides in one contiguous address space. Therefore, alignment for a given - * section (if required) needs to be done at the end of the preceeding section. + * section (if required) needs to be done at the end of the preceding section. * e.g. if the data section should be aligned to an 8 byte address the text * section should have ALIGN(8) at the end of its section. Otherwise there * won't be a consistent mapping between the flat blob and the loaded program. -- cgit v1.2.3