mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
Fix remaining codespell warnings
Those that codespell have a few variants for: ./soccr/soccr.c:219: thise ==> these, this ./soccr/soccr.c:444: sence ==> sense, since ./criu/net.c:665: ot ==> to, of, or ./criu/net.c:775: ot ==> to, of, or ./criu/files.c:1244: wan't ==> want, wasn't ./criu/kerndat.c:1141: happend ==> happened, happens, happen ./criu/mount-v2.c:781: carefull ==> careful, carefully ./test/zdtm/static/socket_aio.c:54: Chiled ==> Child, chilled ./test/zdtm/static/socket_listen6.c:73: Chiled ==> Child, chilled ./test/zdtm/static/socket_listen.c:73: Chiled ==> Child, chilled ./test/zdtm/static/socket_listen4v6.c:73: Chiled ==> Child, chilled ./test/zdtm/static/sk-unix-dgram-ghost.c:201: childs ==> children, child's ./test/zdtm/static/sk-unix-dgram-ghost.c:205: childs ==> children, child's ./compel/arch/x86/src/lib/infect.c:297: automatical ==> automatically, automatic, automated While at it, do some other minor fixes in the same lines. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
0194ed392f
commit
e7b1c85791
9 changed files with 13 additions and 13 deletions
|
|
@ -216,7 +216,7 @@ static int refresh_sk(struct libsoccr_sk *sk, struct libsoccr_sk_data *data, str
|
|||
data->unsq_len = size;
|
||||
|
||||
if (data->state == TCP_CLOSE) {
|
||||
/* A connection could be reset. In thise case a sent queue
|
||||
/* A connection could be reset. In this case a sent queue
|
||||
* may contain some data. A user can't read this data, so let's
|
||||
* ignore them. Otherwise we will need to add a logic whether
|
||||
* the send queue contains a fin packet or not and decide whether
|
||||
|
|
@ -441,7 +441,7 @@ union libsoccr_addr *libsoccr_get_addr(struct libsoccr_sk *sk, int self, unsigne
|
|||
if (flags & ~GET_SA_FLAGS)
|
||||
return NULL;
|
||||
|
||||
/* FIXME -- implemented in CRIU, makes sence to have it here too */
|
||||
/* FIXME -- implemented in CRIU, makes sense to have it here too */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue