summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerPower.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/AssemblerPower.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/AssemblerPower.cc')
-rw-r--r--dev/LibCompiler/src/AssemblerPower.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/AssemblerPower.cc b/dev/LibCompiler/src/AssemblerPower.cc
index b6cbe66..7cb4ca0 100644
--- a/dev/LibCompiler/src/AssemblerPower.cc
+++ b/dev/LibCompiler/src/AssemblerPower.cc
@@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainPower64)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: "
"Copyright (c) "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
kStdOut << "--version,/v: print program version.\n";
kStdOut << "--verbose: print verbose output.\n";
kStdOut << "--binary: output as flat binary.\n";