Commit 866f8292 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

pipes.c: fix a typo in a comment

Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent fff99f56
......@@ -17,7 +17,7 @@
struct pipe_info {
struct pipe_entry pe;
struct list_head pipe_list; /* all pipe_info with the same pipe_id
* This is pure circular list whiout head */
* This is pure circular list without head */
struct list_head list; /* list head for fdinfo_list_entry-s */
struct file_desc d;
int create;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment