summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKA/Sources/ProcessScheduler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/Sources/ProcessScheduler.cxx b/dev/ZKA/Sources/ProcessScheduler.cxx
index 4186808e..db11b4e9 100644
--- a/dev/ZKA/Sources/ProcessScheduler.cxx
+++ b/dev/ZKA/Sources/ProcessScheduler.cxx
@@ -6,7 +6,7 @@
/***********************************************************************************/
/// @file ProcessScheduler.cxx
-/// @brief MicroKernel process scheduler.
+/// @brief User Process scheduler.
/***********************************************************************************/
#include <KernelKit/ProcessScheduler.hxx>
@@ -19,7 +19,7 @@
///! BUGS: 0
/***********************************************************************************/
-/* This file handles the process scheduling. */
+/* TODO: Document more the kernel, sdk and kits. */
/***********************************************************************************/
namespace Kernel