From ce60db0ef7fc6960651e33bc0c6ab37dc3bde195 Mon Sep 17 00:00:00 2001 From: Gao Feng Date: Tue, 30 Aug 2016 20:59:19 +0800 Subject: [PATCH] Update the README.md of 1.child_inherit_flock Correct one typo --- process/1.child_inherit_flock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/1.child_inherit_flock/README.md b/process/1.child_inherit_flock/README.md index bbe3ffc..6bb2be2 100644 --- a/process/1.child_inherit_flock/README.md +++ b/process/1.child_inherit_flock/README.md @@ -5,4 +5,4 @@ At that time, run this process again. You would find the second instance blocks # Conclusion -The flock is shared between the parent and child process. Although the flock would be release automatically when process exist, it must be done until both of parent and child exit. +The flock is shared between the parent and child process. Although the flock would be release automatically when process exits, it must be done until both of parent and child exit.