diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 08:02:30 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 08:02:30 +0200 |
| commit | 11680de96d8b9e7dd70bee28cfd6c438d6aa3a9c (patch) | |
| tree | 4252b2aacc98e90ff4d274a795817cb60243e0f9 /dev/LibCompiler/src/CCompiler64x0.cc | |
| parent | 432e353dce0277c795445e60f90c8271ebd8fa2e (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/CCompiler64x0.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompiler64x0.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc index 2d3fe07..19446af 100644 --- a/dev/LibCompiler/src/CCompiler64x0.cc +++ b/dev/LibCompiler/src/CCompiler64x0.cc @@ -2,7 +2,7 @@ * ======================================================== * * cc - * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. * * ======================================================== */ @@ -24,7 +24,7 @@ /* C driver */ /* This is part of the LibCompiler. */ -/* (c) Amlal EL Mahrouss */ +/* (c) Amlal El Mahrouss */ /// @author EL Mahrouss Amlal (amlel) /// @file 64x0-cc.cxx @@ -1482,7 +1482,7 @@ public: #define kPrintF printf #define kSplashCxx() \ - kPrintF(kWhite "NE C Driver, %s, (c) Amlal EL Mahrouss\n", kDistVersion) + kPrintF(kWhite "NE C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion) static void cc_print_help() { |
