From bf49af10c58f37391f8aeb8dcc2d090b83f4e009 Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Thu, 1 Dec 2016 11:09:00 +0300 Subject: [PATCH] lazy-pages: spelling: s/pagefalt/#PF travis-ci: success for lazy-pages: spelling: s/pagefalt/#PF Signed-off-by: Mike Rapoport Signed-off-by: Pavel Emelyanov --- criu/uffd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/criu/uffd.c b/criu/uffd.c index 99e16e87f..d4517819f 100644 --- a/criu/uffd.c +++ b/criu/uffd.c @@ -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 /*