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

Andrei Vagin avagin at virtuozzo.com
Thu Jan 25 03:30:29 MSK 2018


Applied, thanks

On Sat, Jan 20, 2018 at 07:07:26PM +0000, Radostin Stoyanov wrote:
> 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
> 
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu


More information about the CRIU mailing list