From 1645d3ee60a63faf5de6d41a396c540c538240be Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 17 Dec 2015 13:58:58 +0000 Subject: Miscellaneous doc fixes for v1.2 Change-Id: I6f49bd779f2a4d577c6443dd160290656cdbc59b --- bl31/aarch64/crash_reporting.S | 2 +- bl31/bl31.mk | 2 +- bl31/runtime_svc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bl31') diff --git a/bl31/aarch64/crash_reporting.S b/bl31/aarch64/crash_reporting.S index 7edbbf2f..1d1e60d8 100644 --- a/bl31/aarch64/crash_reporting.S +++ b/bl31/aarch64/crash_reporting.S @@ -359,7 +359,7 @@ func report_unhandled_exception report_unhandled_interrupt: b crash_panic endfunc report_unhandled_exception -#endif /* CRASH_REPORING */ +#endif /* CRASH_REPORTING */ func crash_panic diff --git a/bl31/bl31.mk b/bl31/bl31.mk index 8951159f..0f14bfa0 100644 --- a/bl31/bl31.mk +++ b/bl31/bl31.mk @@ -61,7 +61,7 @@ endif BL31_LINKERFILE := bl31/bl31.ld.S -# Flag used to inidicate if Crash reporting via console should be included +# Flag used to indicate if Crash reporting via console should be included # in BL31. This defaults to being present in DEBUG builds only ifndef CRASH_REPORTING CRASH_REPORTING := $(DEBUG) diff --git a/bl31/runtime_svc.c b/bl31/runtime_svc.c index fd64c824..5b7a21cd 100644 --- a/bl31/runtime_svc.c +++ b/bl31/runtime_svc.c @@ -110,7 +110,7 @@ void runtime_svc_init(void) } /* - * The runtime service may have seperate rt_svc_desc_t + * The runtime service may have separate rt_svc_desc_t * for its fast smc and standard smc. Since the service itself * need to be initialized only once, only one of them will have * an initialisation routine defined. Call the initialisation -- cgit v1.2.3