From f66913baa12f0253ea94fcdf1aaf977fcc623e76 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 6 Apr 2012 14:04:00 +0400 Subject: [PATCH] pipes.c: fix English in a comment "Has not" + noun is obsoleted and very rare English. Fix it. Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- pipes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes.c b/pipes.c index 727d05db5..2b18b92ce 100644 --- a/pipes.c +++ b/pipes.c @@ -11,7 +11,7 @@ /* The sequence of objects which should be restored: * pipe -> files struct-s -> fd-s. * pipe_entry describes pipe's file structs-s. - * A pipe has not own properties, so it has not own object. + * A pipe doesn't have own properties, so it has no object. */ struct pipe_info {