diff --git a/components/lwp/lwp_ipc.c b/components/lwp/lwp_ipc.c index d089285bbd..f6219479b9 100644 --- a/components/lwp/lwp_ipc.c +++ b/components/lwp/lwp_ipc.c @@ -815,7 +815,7 @@ static void lwp_fd_release(int fdt_type, int fd) static int _chfd_alloc(int fdt_type) { - /* create a BSD socket */ + /* create a BSD socket */ int fd; /* allocate a fd */