Commit 5a4c1f73 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

log.c: fix a typo in a comment

This is just s/and/end/ to slightly improve readability.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 19ea709e
...@@ -27,8 +27,8 @@ static char buf_off = 0; ...@@ -27,8 +27,8 @@ static char buf_off = 0;
static struct timeval start; static struct timeval start;
/* /*
* Manual buf len as sprintf will _always_ put '\0' at the * Manual buf len as sprintf will _always_ put '\0' at the end,
* and, but we want a "constant" pid to be there on restore * but we want a "constant" pid to be there on restore
*/ */
#define TS_BUF_OFF 12 #define TS_BUF_OFF 12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment