diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-02-28 13:35:21 +0000 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-02-28 13:35:21 +0000 |
commit | 73308618fee8afc4518c592956b31864e57e48e7 (patch) | |
tree | d3aa4921ae1a58dc4f15c4fd311cdf2b58093cbb /include/lib/extensions | |
parent | 1baa28bb2dc79f23c550d67604324afd222221c3 (diff) | |
download | platform_external_arm-trusted-firmware-73308618fee8afc4518c592956b31864e57e48e7.tar.gz platform_external_arm-trusted-firmware-73308618fee8afc4518c592956b31864e57e48e7.tar.bz2 platform_external_arm-trusted-firmware-73308618fee8afc4518c592956b31864e57e48e7.zip |
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>
Diffstat (limited to 'include/lib/extensions')
-rw-r--r-- | include/lib/extensions/ras.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lib/extensions/ras.h b/include/lib/extensions/ras.h index 9f6b2905f..98daab601 100644 --- a/include/lib/extensions/ras.h +++ b/include/lib/extensions/ras.h @@ -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; |