include: Fix spelling

Change-Id: Iadc813bc8208278996b2b1aa20cfb156ec06fac9
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/3755
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index 35a82c1..247711a 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -95,18 +95,18 @@
 	u32 relocations_begin_offset;
 	u32 relocations_end_offset;
 	/* The starting address of the linked program. This address is vital
-	 * for determining relocation offsets as the reloction info and other
+	 * for determining relocation offsets as the relocation info and other
 	 * symbols (bss, entry point) need this value as a basis to calculate
 	 * the offsets.
 	 */
 	u32 module_link_start_address;
 	/* The module_program_size is the size of memory used while running
-	 * the program. The program is assumed to consume a contiguos amount
+	 * the program. The program is assumed to consume a contiguous amount
 	 * of memory. */
 	u32 module_program_size;
 	/* This is program's execution entry point. */
 	u32 module_entry_point;
-	/* Optional paramter structure that can be used to pass data into
+	/* Optional parameter structure that can be used to pass data into
 	 * the module. */
 	u32 parameters_begin;
 	u32 parameters_end;