mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Minor changes to documentation and comments
Fix some typos and clarify some sentences. Change-Id: Id276d1ced9a991b4eddc5c47ad9a825e6b29ef74 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
1baa28bb2d
commit
73308618fe
17 changed files with 57 additions and 58 deletions
|
@ -106,7 +106,7 @@ struct err_handler_data {
|
|||
*/
|
||||
uint32_t syndrome;
|
||||
|
||||
/* For errors signalled via. interrupt, the raw interrupt ID; otherwise, 0. */
|
||||
/* For errors signalled via interrupt, the raw interrupt ID; otherwise, 0. */
|
||||
unsigned int interrupt;
|
||||
};
|
||||
|
||||
|
@ -129,7 +129,7 @@ struct err_record_info {
|
|||
union {
|
||||
struct {
|
||||
/*
|
||||
* For a group accessed via. memory-mapped register,
|
||||
* For a group accessed via memory-mapped register,
|
||||
* base address of the page hosting error records, and
|
||||
* the size of the record group.
|
||||
*/
|
||||
|
@ -141,7 +141,7 @@ struct err_record_info {
|
|||
|
||||
struct {
|
||||
/*
|
||||
* For error records accessed via. system register, index of
|
||||
* For error records accessed via system register, index of
|
||||
* the error record.
|
||||
*/
|
||||
unsigned int idx_start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue