diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:07:30 +0100 |
commit | 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch) | |
tree | 4b72eccf92522c27116ea9825bae689972045a87 /libpager/pager.h | |
parent | 2a340dd3310d0f67a48d6057214e54416d173265 (diff) | |
download | hurd-8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58.tar.gz hurd-8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58.tar.bz2 hurd-8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58.zip |
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libpager/pager.h')
-rw-r--r-- | libpager/pager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |