diff options
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 |