summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/DynamicLinkerELF.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/DynamicLinkerELF.cc')
-rw-r--r--dev/LibCompiler/src/DynamicLinkerELF.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/DynamicLinkerELF.cc b/dev/LibCompiler/src/DynamicLinkerELF.cc
index 870b5f3..2096ca3 100644
--- a/dev/LibCompiler/src/DynamicLinkerELF.cc
+++ b/dev/LibCompiler/src/DynamicLinkerELF.cc
@@ -75,8 +75,8 @@ static uintptr_t kByteCount = 1024;
#define kPrintF printf
#define kLinkerSplash() kPrintF(kWhite kLinkerVersionStr, kDistVersion)
-/// @brief ZKA 64-bit Linker.
-/// @note This linker is made for XCOFF executable, thus ZKA based OSes.
+/// @brief NE 64-bit Linker.
+/// @note This linker is made for XCOFF executable, thus NE based OSes.
LIBCOMPILER_MODULE(DynamicLinker64XCOFF)
{
return EXIT_SUCCESS;