[CRIU] Re: [PATCH 2/2] pipes.c: fix English in a comment

Pavel Emelyanov xemul at parallels.com
Fri Apr 6 13:30:22 EDT 2012


On 04/06/2012 02:04 PM, Kir Kolyshkin wrote:
> "Has not" + noun is obsoleted and very rare English. Fix it.
> 
> 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 6738f82..f0daa05 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 {

Both applied, thanks.


More information about the CRIU mailing list