From 73308618fee8afc4518c592956b31864e57e48e7 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 28 Feb 2019 13:35:21 +0000 Subject: Minor changes to documentation and comments Fix some typos and clarify some sentences. Change-Id: Id276d1ced9a991b4eddc5c47ad9a825e6b29ef74 Signed-off-by: Antonio Nino Diaz --- include/lib/extensions/ras.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/lib/extensions/ras.h') diff --git a/include/lib/extensions/ras.h b/include/lib/extensions/ras.h index 9f6b2905..98daab60 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; -- cgit v1.2.3