[CRIU] [PATCH] img-remote: Fix typo in comment

Radostin Stoyanov rstoyanov1 at gmail.com
Sat Jan 20 22:07:26 MSK 2018


Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 criu/img-remote.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/criu/img-remote.c b/criu/img-remote.c
index f812c52d..91e18a1a 100644
--- a/criu/img-remote.c
+++ b/criu/img-remote.c
@@ -49,7 +49,7 @@ int local_req_fd;
 LIST_HEAD(snapshot_head);
 
 /* A snapshot is a dump or pre-dump operation. Each snapshot is identified by an
- * ID which corresponds to the working directory specefied by the user.
+ * ID which corresponds to the working directory specified by the user.
  */
 struct snapshot {
 	char snapshot_id[PATHLEN];
@@ -531,7 +531,7 @@ static void *process_local_read(struct wthread *wt)
 	struct rimage *rimg = NULL;
 	int64_t ret;
 	/* TODO - split wait_for_image
-	 * in cache - improve the parent stuf
+	 * in cache - improve the parent stuff
 	 * in proxy - do not wait for anything, return no file
 	 */
 	rimg = wait_for_image(wt);
-- 
2.14.3



More information about the CRIU mailing list