aboutsummaryrefslogtreecommitdiffstats
path: root/src/nSocket/kernel/linux_kernel_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nSocket/kernel/linux_kernel_module.c')
-rw-r--r--src/nSocket/kernel/linux_kernel_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nSocket/kernel/linux_kernel_module.c b/src/nSocket/kernel/linux_kernel_module.c
index 1943b18..6a262d0 100644
--- a/src/nSocket/kernel/linux_kernel_module.c
+++ b/src/nSocket/kernel/linux_kernel_module.c
@@ -43,7 +43,7 @@ kernel_stack_info_t g_ksInfo = {.thread_inited = ks_false,.epfd =
only read is done simultaneously with no chance of other thread writing it.
so no protection needed.*/
/* Custodial pointer not freed for events at end of this function */
-/* This can be ignored as this is a thread and reuns in infinite loop. Hence will never return */
+/* This can be ignored as this is a thread and runs in infinite loop. Hence will never return */
void *
ks_ep_thread (void *arg)
{