[CRIU] [PATCH 1/2] pipes.c: fix a typo in a comment

Kir Kolyshkin kir at openvz.org
Fri Apr 6 06:04:26 EDT 2012


Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 pipes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pipes.c b/pipes.c
index 6db5150..6738f82 100644
--- a/pipes.c
+++ b/pipes.c
@@ -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 list_head fd_head;
 	int create;
-- 
1.7.7.6



More information about the CRIU mailing list