summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CCompilerPower64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-31 08:02:30 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-31 08:02:30 +0200
commit11680de96d8b9e7dd70bee28cfd6c438d6aa3a9c (patch)
tree4252b2aacc98e90ff4d274a795817cb60243e0f9 /dev/LibCompiler/src/CCompilerPower64.cc
parent432e353dce0277c795445e60f90c8271ebd8fa2e (diff)
meta/repository: fix capitalization on my name 'El' instead of 'EL'.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/CCompilerPower64.cc')
-rw-r--r--dev/LibCompiler/src/CCompilerPower64.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc
index 02c1ee3..63b2794 100644
--- a/dev/LibCompiler/src/CCompilerPower64.cc
+++ b/dev/LibCompiler/src/CCompilerPower64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerPower64
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -1502,7 +1502,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) Amlal EL Mahrouss\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help()
{