From b6f625090109568d4bfd9f5fc6bc5c88682795b8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 1 Jan 2025 23:25:26 +0100 Subject: IMPL: Update to date fixes to compiler. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index a6c515f..4994644 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -16,7 +16,7 @@ #define kExitNO (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "TQ Media C++ Compiler Driver, (c) 2024 Theater Quality Corporporated, all rights reserved.") + kPrintF(kWhite "%s\n", "TQ C++ Compiler Driver, (c) 2024 Theater Quality Corp., all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -26,7 +26,7 @@ /* ZKA C++ Compiler */ /* This is part of the LibCompiler. */ -/* (c) Theater Quality Corporporated */ +/* (c) Theater Quality Corp. */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx -- cgit v1.2.3