diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-01 23:25:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-01 23:25:26 +0100 |
| commit | b6f625090109568d4bfd9f5fc6bc5c88682795b8 (patch) | |
| tree | 66f8da1d70cf2217a8f13d49206d987caec6de14 /dev/LibCompiler/src/CCompiler64x0.cc | |
| parent | e227fc2e6c482c850477a1741c673afae31d46fa (diff) | |
IMPL: Update to date fixes to compiler.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/CCompiler64x0.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompiler64x0.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc index aaf56e4..657c2f9 100644 --- a/dev/LibCompiler/src/CCompiler64x0.cc +++ b/dev/LibCompiler/src/CCompiler64x0.cc @@ -24,7 +24,7 @@ /* C driver */ /* This is part of the LibCompiler. */ -/* (c) Theater Quality Corporporated */ +/* (c) Theater Quality Corp. */ /// @author EL Mahrouss Amlal (amlel) /// @file 64x0-cc.cxx @@ -1482,7 +1482,7 @@ public: #define kPrintF printf #define kSplashCxx() \ - kPrintF(kWhite "ZKA C Driver, %s, (c) Theater Quality Corporporated\n", kDistVersion) + kPrintF(kWhite "ZKA C Driver, %s, (c) Theater Quality Corp.\n", kDistVersion) static void cc_print_help() { |
