From 2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 5 Jan 2016 20:58:58 -0700 Subject: Correct some common spelling mistakes - occured -> occurred - accomodate -> accommodate - existant -> existent - asssertion -> assertion - manangement -> management - cotroller -> controller Change-Id: Ibd6663752466d691fabbdc216ea05f2b58ac12d1 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12850 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/lib/imd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/imd.c b/src/lib/imd.c index 2ad9cd8934..2fc6fac38c 100644 --- a/src/lib/imd.c +++ b/src/lib/imd.c @@ -159,7 +159,7 @@ static int imdr_create_empty(struct imdr *imdr, size_t root_size, return -1; /* - * root_size needs to be large enough to accomodate root pointer and + * root_size needs to be large enough to accommodate root pointer and * root book keeping structure. The caller needs to ensure there's * enough room for tracking individual allocations. */ -- cgit v1.2.3