aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoryexin <yexin13@huawei.com>2018-07-12 15:05:09 +0800
committeryalei wang <wylandrea@gmail.com>2018-07-30 02:57:33 +0000
commit5b40b163195b59de61896c759694848ae93fb459 (patch)
tree0de615e39a44bee64fda7ca0635d180eb20e09f5 /src
parent6407560ec2d98a52b05b46513995483947110866 (diff)
Fix: some typos
Delete personal information in nstack_socket.c. Update Release Plan from 18.04 to 18.07. Delete extra colons in README.md. Change-Id: Ibcd15723a19887b54bd7a452a03ab56011112bc9 Signed-off-by: yexin <yexin13@huawei.com>
Diffstat (limited to 'src')
-rw-r--r--src/nSocket/nstack/nstack_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nSocket/nstack/nstack_socket.c b/src/nSocket/nstack/nstack_socket.c
index 5841676..8fe493a 100644
--- a/src/nSocket/nstack/nstack_socket.c
+++ b/src/nSocket/nstack/nstack_socket.c
@@ -2386,7 +2386,7 @@ nstack_epoll_ctl (int epfd, int op, int fd, struct epoll_event *event)
if (!epi)
{
ep_event.events |= (EPOLLERR | EPOLLHUP); // Check `man epoll_ctl` if you don't understand , smile :)
- common_mem_rwlock_read_lock (get_fork_lock ()); /* to ensure that there is no fd to create and close when fork. added by tongshaojun t00391048 */
+ common_mem_rwlock_read_lock (get_fork_lock ()); /* to ensure that there is no fd to create and close when fork. */
ret = nsep_epctl_add (ep, fd, &ep_event);
common_mem_rwlock_read_unlock (get_fork_lock ());
}