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:
Kir Kolyshkin 2014-01-08 19:36:22 -08:00 committed by Pavel Emelyanov
parent 19ea709e1a
commit 5a4c1f7368

4
log.c
View file

@ -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