summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c
index 7dc45129312..0714714d33e 100644
--- a/xlators/mgmt/glusterd/src/glusterd.c
+++ b/xlators/mgmt/glusterd/src/glusterd.c
@@ -2062,9 +2062,9 @@ fini (xlator_t *this)
#if 0
/* Running threads might be using these resourses, we have to cancel/stop
- * running threads before deallocating the memeory, but we don't have
+ * running threads before deallocating the memory, but we don't have
* control over the running threads to do pthread_cancel().
- * So memeory freeing handover to kernel.
+ * So memory freeing handover to kernel.
*/
/*TODO: cancel/stop the running threads*/