diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-08 10:19:59 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-08 10:19:59 +0200 |
| commit | 10f074db10e2b2a2d6bbd487368b22dac314cd3b (patch) | |
| tree | eda393f48a80593547dabb14e6f2a02a0182b7c7 /dev | |
| parent | 61eb25f10c521860692a56286b4c40c445c617cb (diff) | |
FIX: Fix log comment.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/zka/src/IPEFDLLObject.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/zka/src/IPEFDLLObject.cxx b/dev/zka/src/IPEFDLLObject.cxx index e5f91d9a..7c655385 100644 --- a/dev/zka/src/IPEFDLLObject.cxx +++ b/dev/zka/src/IPEFDLLObject.cxx @@ -18,12 +18,14 @@ Revision History: - 01/02/24: Rework shared dll_obj ABI, except a rtl_init_dll and + 01/02/24: Reworked dll ABI, expect a rtl_init_dll and rtl_fini_dll (amlel) 15/02/24: Breaking changes, changed the name of the routines. (amlel) 07/28/24: Replace rt_library_free with rtl_fini_dll + 10/8/24: FIX: Fix log comment. + ------------------------------------------- */ using namespace Kernel; |
