mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
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:
parent
866f829273
commit
f66913baa1
1 changed files with 1 additions and 1 deletions
2
pipes.c
2
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue