Platform: Fix warning in system_core_init
Closing comment parentesis is swapped
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: Ic2a884bf9aa00e121f206a83dbc305b6e1bdf8c5
diff --git a/platform/ext/target/arm/musca_s1/Device/Source/system_core_init.c b/platform/ext/target/arm/musca_s1/Device/Source/system_core_init.c
index 9452300..2982d77 100644
--- a/platform/ext/target/arm/musca_s1/Device/Source/system_core_init.c
+++ b/platform/ext/target/arm/musca_s1/Device/Source/system_core_init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
+ * Copyright (c) 2009-2023 Arm Limited. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
-/*
+ */
/*
* This file is derivative of CMSIS V5.9.0 system_ARMCM33.c