diff options
author | 2018-06-26 11:19:13 +0530 | |
---|---|---|
committer | 2018-06-26 11:19:13 +0530 | |
commit | 82b5e45ebf316afd7daa97d9f9b7b75636fb4e64 (patch) | |
tree | fabed7d2c0cc187206b2f2e768a4afaafa046bd8 /src/nSocket/kernel/linux_kernel_module.c | |
parent | 24cbcfaa6fa1121dec1a029a1df114f065341156 (diff) |
Spell correction
Change-Id: Icc062e358398ecf0fc46b7a55ce1c37a71aee650
Signed-off-by: Rahul Gupta <rahul.g.chimera@gmail.com>
Diffstat (limited to 'src/nSocket/kernel/linux_kernel_module.c')
-rw-r--r-- | src/nSocket/kernel/linux_kernel_module.c | 2 |
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) { |