summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'Sources')
-rw-r--r--Sources/link.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sources/link.cc b/Sources/link.cc
index 03e4f6f..c44350a 100644
--- a/Sources/link.cc
+++ b/Sources/link.cc
@@ -10,8 +10,8 @@
/// Last Rev: Sat Feb 24 CET 2024
-// README: Do not look up for anything with .code64/.data64/.zero64!
-// It will be loaded when program will start up!
+/// note: Do not look up for anything with .code64/.data64/.zero64!
+/// It will be loaded when program will start up!
#include <Headers/StdKit/ErrorID.hpp>