summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/src/Frontend/CCompiler64x0.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 06:42:53 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-18 06:42:53 +0100
commita3887b0695ffc83d2541d2ad8124e0d02f45ceae (patch)
tree8ecc0e38c845a85d3d9fb77a3aa81369f7837734 /dev/CompilerKit/src/Frontend/CCompiler64x0.cc
parent233d0343265ccda26ad06bfe52acdb1d12489bf4 (diff)
fix: meta: codebase improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/src/Frontend/CCompiler64x0.cc')
-rw-r--r--dev/CompilerKit/src/Frontend/CCompiler64x0.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/CompilerKit/src/Frontend/CCompiler64x0.cc b/dev/CompilerKit/src/Frontend/CCompiler64x0.cc
index ec72570..804e1a1 100644
--- a/dev/CompilerKit/src/Frontend/CCompiler64x0.cc
+++ b/dev/CompilerKit/src/Frontend/CCompiler64x0.cc
@@ -27,7 +27,7 @@
/* This is part of the CompilerKit. */
/* (c) Amlal El Mahrouss */
-/// @author El Mahrouss Amlal (amlel)
+/// @author Amlal El Mahrouss (amlal@nekernel.org)
/// @file 64x0-cc.cc
/// @brief 64x0 C Compiler.
@@ -59,7 +59,7 @@ struct CompilerRegisterMap final {
};
// \brief Map for C structs
-// \author amlel
+// \author amlal@nekernel.org
struct CompilerStructMap final {
// 'my_foo'
std::string fName;