Correct spelling mistakes

Signed-off-by: Edward Betts <edward@4angle.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Edward Betts 2019-05-14 14:50:46 +01:00 committed by Stephen Warren
parent 65a6d94dd5
commit 80c499ebbe
9 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@
This work, including the source code, documentation
and related data, is placed into the public domain.
The orginal author is Karl Malbrain.
The original author is Karl Malbrain.
THIS SOFTWARE IS PROVIDED AS-IS WITHOUT WARRANTY
OF ANY KIND, NOT EVEN THE IMPLIED WARRANTY OF

View File

@ -314,7 +314,7 @@ main(int argc, char *argv[])
goto fail;
}
/* Peform final signing & encryption of bct. */
/* Perform final signing & encryption of bct. */
e = sign_bct(&context, context.bct);
if (e != 0) {
printf("Signing BCT failed, error: %d.\n", e);

View File

@ -52,7 +52,7 @@
/* Minimum size to read to at least be able to validate a BCT, it must
* include the boot_data_version field with any BCT version while not
* beeing larger than the smallest possible BCT. The currently supported
* being larger than the smallest possible BCT. The currently supported
* BCT are as follow:
*
* Chip Version offset Total size

View File

@ -26,7 +26,7 @@
#include "cbootimage.h"
/* Foward declarations */
/* Forward declarations */
struct build_image_context_rec;
typedef struct blk_data_rec *blk_data_handle;

View File

@ -35,7 +35,7 @@
* SetXXX() sets state based on the parsing results but does not perform
* any parsing of its own
* A ParseXXX() function may call other parse functions and set functions.
* A SetXXX() function may not call any parseing functions.
* A SetXXX() function may not call any parsing functions.
*/
static int

View File

@ -1143,7 +1143,7 @@ typedef struct cbootimage_soc_config_rec {
int (*get_bct_size)();
/*
* Set MTS infomation in bct according to the value listed
* Set MTS information in bct according to the value listed
* in config file.
*
* @param context The main context pointer

View File

@ -33,7 +33,7 @@
* SetXXX() sets state based on the parsing results but does not perform
* any parsing of its own
* A ParseXXX() function may call other parse functions and set functions.
* A SetXXX() function may not call any parseing functions.
* A SetXXX() function may not call any parsing functions.
*/
#define DEFAULT() \
default: \

View File

@ -279,7 +279,7 @@ typedef struct nvboot_sdram_params_rec {
uint32_t emc_zcal_mrw_cmd;
/*
* Specifies the MRS command value for initilizing
* Specifies the MRS command value for initializing
* the mode register.
*/
uint32_t emc_mrs_reset_dll;

View File

@ -278,7 +278,7 @@ typedef struct nvboot_sdram_params_rec {
uint32_t emc_cfg_dig_dll;
/* Specifies the value for EMC_CFG_DIG_DLL_PERIOD */
uint32_t emc_cfg_dig_dll_period;
/* Specifies the vlaue of *DEV_SELECTN of various EMC registers */
/* Specifies the value of *DEV_SELECTN of various EMC registers */
uint32_t emc_dev_select;
/* Specifies the value for EMC_SEL_DPD_CTRL */