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:
Antonio Nino Diaz 2019-02-28 13:35:21 +00:00
parent 1baa28bb2d
commit 73308618fe
17 changed files with 57 additions and 58 deletions

View file

@ -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;