From 60eb7b7731e122b2e116cac5ce10617ef794a31a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 4 Feb 2025 10:09:53 +0100 Subject: ADD: Minor tweaks. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CCompilerARM64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/CCompilerARM64.cc') diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index 2f65241..31acce0 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -1480,7 +1480,7 @@ public: #define kPrintF printf #define kSplashCxx() \ - kPrintF(kWhite "ZKA 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() { -- cgit v1.2.3