From 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:10 +0100 Subject: lib*: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- libpager/pager-attr.c | 2 +- libpager/pager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libpager') diff --git a/libpager/pager-attr.c b/libpager/pager-attr.c index ad1560ea..cf16d9db 100644 --- a/libpager/pager-attr.c +++ b/libpager/pager-attr.c @@ -20,7 +20,7 @@ /* Change the attributes of the memory object underlying pager P. Arguments MAY_CACHE and COPY_STRATEGY are as for - memory_object_change_atributes. Wait for the kernel to report + memory_object_change_attributes. Wait for the kernel to report completion if WAIT is set. */ void pager_change_attributes (struct pager *p, diff --git a/libpager/pager.h b/libpager/pager.h index 29ec833a..fe342388 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -109,7 +109,7 @@ pager_offer_page (struct pager *pager, /* Change the attributes of the memory object underlying pager PAGER. Arguments MAY_CACHE and COPY_STRATEGY are as for - memory_object_change_atributes. Wait for the kernel to report + memory_object_change_attributes. Wait for the kernel to report completion if WAIT is set. */ void pager_change_attributes (struct pager *pager, -- cgit v1.2.3