From 5a4c1f736896261a28922ae7619cbabb2d0428b8 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 8 Jan 2014 19:36:22 -0800 Subject: [PATCH] log.c: fix a typo in a comment This is just s/and/end/ to slightly improve readability. Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log.c b/log.c index 896a7434e..6a9cb0c00 100644 --- a/log.c +++ b/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