diff options
author | Zheng Bao <zheng.bao@amd.com> | 2009-11-01 09:18:23 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2009-11-01 09:18:23 +0000 |
commit | ba49fb76a51ddb3c27e7c4c9873e75bf8687a73c (patch) | |
tree | c6bbe1f331ee397133a5649f1b828d60fbbf6c77 /src/boot/selfboot.c | |
parent | 68ce4e7692da16ca1b2f777ad869ed3ba1b05e87 (diff) |
typo. trivial. Then -> Than.
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4904 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot/selfboot.c')
-rw-r--r-- | src/boot/selfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index 6b64f32488..e75b72f7dd 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -105,7 +105,7 @@ void * cbfs_load_payload(struct lb_memory *lb_mem, const char *name) * - Nearly arbitrary standalone executables can be loaded. * - Coreboot is preserved, so it can be returned to. * - The implementation is still relatively simple, - * and much simpler then the general case implemented in kexec. + * and much simpler than the general case implemented in kexec. * */ |