[CRIU] [PATCH 1/4] log.c: fix a typo in a comment

Kir Kolyshkin kir at openvz.org
Wed Jan 8 19:36:22 PST 2014


This is just s/and/end/ to slightly improve readability.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 log.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log.c b/log.c
index 896a743..6a9cb0c 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
 
-- 
1.8.1.4



More information about the CRIU mailing list