diff options
author | Martin Roth <martin.roth@se-eng.com> | 2013-07-09 21:51:14 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 20:17:51 +0200 |
commit | cbf2bd715a6a3c5d758c52b4634284b260805d17 (patch) | |
tree | 7ab8f3e81ac8ca14c6c37e4bf733332a99d0acb1 /src/lib/rmodule.c | |
parent | 63373edce006983d1e2aef7d71c1653ae337ed18 (diff) |
lib: Fix spelling
Change-Id: I999987af9cb44906e3c3135c0351a0cd6eb210ff
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/3756
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/lib/rmodule.c')
-rw-r--r-- | src/lib/rmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index b56ec322be..462c7d76f2 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -232,7 +232,7 @@ int rmodule_load_alignment(const struct rmodule *module) /* The load alignment is the start of the program's linked address. * The base address where the program is loaded needs to be a multiple * of the program's starting link address. That way all data alignment - * in the program is presered. */ + * in the program is preserved. */ return module->header->module_link_start_address; } |