diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-15 21:13:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-18 10:55:45 +0000 |
commit | 5f73e220abcb56f11664de6c77ad50b9dff3023a (patch) | |
tree | f9aa42ff04a5109ecb801cd4723aa4937a652d88 /src/include/console | |
parent | e202e6770951f3207278217bd61d030bec271e03 (diff) |
src/include: Fix typos
Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/console')
-rw-r--r-- | src/include/console/post_codes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index 1813c9e5a2..9877a5ea1f 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -156,7 +156,7 @@ #define POST_BS_DEV_ENUMERATE 0x72 /** - * \brief Device Resource Allocatio + * \brief Device Resource Allocation * * Boot State Machine: bs_dev_resources() */ @@ -365,7 +365,7 @@ /** * \brief TPM failure * - * An error with the TPM, either unexepcted state or communications failure. + * An error with the TPM, either unexpected state or communications failure. */ #define POST_TPM_FAILURE 0xed |