diff options
author | Martin Roth <martinroth@google.com> | 2016-01-05 20:58:58 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-01-07 22:57:02 +0100 |
commit | 2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031 (patch) | |
tree | 3bb7459dcae2b0fa15ed409b1f7d3fb5f77af127 /src/include/console/post_codes.h | |
parent | 2e0d9447db22183e2d3393d84e221e8bb1613d45 (diff) |
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12850
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include/console/post_codes.h')
-rw-r--r-- | src/include/console/post_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index e6d12430f1..d689ff391e 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -311,7 +311,7 @@ * If the payload was built out-of-tree, check that it was compiled as * a coreboot payload * \n - * Check the console output to see exactly where the failure occured. + * Check the console output to see exactly where the failure occurred. */ #define POST_DIE 0xff |