From 767ed21288e71dc5a4736aeab79a97d2a9c30bdb Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 25 Jan 2024 22:26:02 +0100 Subject: [PATCH] Correct module description --- xtldr/modules/pecoff/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/modules/pecoff/CMakeLists.txt b/xtldr/modules/pecoff/CMakeLists.txt index 7d8f86e..e13db3c 100644 --- a/xtldr/modules/pecoff/CMakeLists.txt +++ b/xtldr/modules/pecoff/CMakeLists.txt @@ -1,4 +1,4 @@ -# XT Boot Loader +# XTLDR PE/COFF image support module PROJECT(XTLDR_PECOFF) # Specify include directories