summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-03 09:58:10 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-03 09:58:10 +0200
commitc849b4153c5df94e83e0ff8f595ddc65c8dc9c97 (patch)
tree6375096cf9335195ae17b509a7e292b80f5cb494 /Sources
parent32992531a624fc51b9a33dfc86555749dd739f98 (diff)
MHR-21: Fix typo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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>