summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit')
-rw-r--r--Private/KernelKit/ProcessScheduler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/KernelKit/ProcessScheduler.hpp b/Private/KernelKit/ProcessScheduler.hpp
index fa59be4b..ba453fbe 100644
--- a/Private/KernelKit/ProcessScheduler.hpp
+++ b/Private/KernelKit/ProcessScheduler.hpp
@@ -156,10 +156,10 @@ class Process final {
//! @brief boolean operator, check status.
operator bool() { return Status != ProcessStatus::kDead; }
- //! @brief Crash program, exits with code ~0.
+ //! @brief Crash app, exits with code ~0.
void Crash();
- //! @brief Exits program.
+ //! @brief Exits app.
void Exit(Int32 exitCode = 0);
//! @brief TLS Allocate