summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/KernelKit/CodeManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/KernelKit/CodeManager.hxx')
-rw-r--r--dev/ZKA/KernelKit/CodeManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/KernelKit/CodeManager.hxx b/dev/ZKA/KernelKit/CodeManager.hxx
index b551815e..513e65b7 100644
--- a/dev/ZKA/KernelKit/CodeManager.hxx
+++ b/dev/ZKA/KernelKit/CodeManager.hxx
@@ -27,5 +27,5 @@ namespace Kernel
/// @note This sets up a new stack, anything on the main function that calls the kernel will not be accessible.
/// @param main the start of the process.
/// @return if the process was started or not.
- bool execute_from_image(MainKind main, const Char* processName) noexcept;
+ bool execute_from_image(MainKind main, const Char* process_name) noexcept;
} // namespace Kernel