2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

lazy-pages: spelling: s/pagefalt/#PF

travis-ci: success for lazy-pages: spelling: s/pagefalt/#PF
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Mike Rapoport
2016-12-01 11:09:00 +03:00
committed by Andrei Vagin
parent 450981caf0
commit bf49af10c5

View File

@@ -676,7 +676,7 @@ static int handle_user_fault(struct epoll_rfd *lpfd)
/* Align requested address to the next page boundary */
address = msg.arg.pagefault.address & ~(page_size() - 1);
pr_debug("%d: pagefalt at 0x%llx\n", lpi->pid, address);
pr_debug("%d: #PF at 0x%llx\n", lpi->pid, address);
#if 0
/*