From 14237335e09d8f69c1b151ed51dd98ec1782cdf8 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Mon, 10 Feb 2020 16:14:02 +0100 Subject: [PATCH] arch: arm: update file header info for arm/aarch32/exc.h Public arm/aarch32/exc.h header file is used by both Cortex-M and Cortex-R; we update the header information accordingly. Signed-off-by: Ioannis Glaropoulos --- include/arch/arm/aarch32/exc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/arch/arm/aarch32/exc.h b/include/arch/arm/aarch32/exc.h index 821654fede8..9d519d7545f 100644 --- a/include/arch/arm/aarch32/exc.h +++ b/include/arch/arm/aarch32/exc.h @@ -6,7 +6,7 @@ /** * @file - * @brief Cortex-M public exception handling + * @brief ARM AArch32 public exception handling * * ARM-specific kernel exception handling interface. Included by arm/arch.h. */