mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
log.c: fix a typo in a comment
This is just s/and/end/ to slightly improve readability. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
19ea709e1a
commit
5a4c1f7368
1 changed files with 2 additions and 2 deletions
4
log.c
4
log.c
|
|
@ -27,8 +27,8 @@ static char buf_off = 0;
|
|||
|
||||
static struct timeval start;
|
||||
/*
|
||||
* Manual buf len as sprintf will _always_ put '\0' at the
|
||||
* and, but we want a "constant" pid to be there on restore
|
||||
* Manual buf len as sprintf will _always_ put '\0' at the end,
|
||||
* but we want a "constant" pid to be there on restore
|
||||
*/
|
||||
#define TS_BUF_OFF 12
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue