pipes.c: fix English in a comment

"Has not" + noun is obsoleted and very rare English. Fix it.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin 2012-04-06 14:04:00 +04:00 committed by Pavel Emelyanov
parent 866f829273
commit f66913baa1

View file

@ -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 {