From c849b4153c5df94e83e0ff8f595ddc65c8dc9c97 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 3 May 2024 09:58:10 +0200 Subject: MHR-21: Fix typo. Signed-off-by: Amlal El Mahrouss --- Sources/link.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sources') 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 -- cgit v1.2.3