From 08814fc43536cb801b1db0c548bcc19b67b19dd4 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 19 Mar 2014 12:13:57 +0100 Subject: libpager: fix comment of pager_change_attributes * libpager/pager-attr.c: Fix comment. * libpager/pager.h: Likewise. --- libpager/pager-attr.c | 6 +++--- libpager/pager.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libpager/pager-attr.c b/libpager/pager-attr.c index 7629f1dc..47da12ac 100644 --- a/libpager/pager-attr.c +++ b/libpager/pager-attr.c @@ -19,9 +19,9 @@ #include /* Change the attributes of the memory object underlying pager P. - Args MAY_CACHE and COPY_STRATEGY are as for - memory_object_change_atributes. Wait for the kernel to report completion - off WAIT is set.*/ + Arguments MAY_CACHE and COPY_STRATEGY are as for + memory_object_change_atributes. Wait for the kernel to report + completion if WAIT is set. */ void pager_change_attributes (struct pager *p, boolean_t may_cache, diff --git a/libpager/pager.h b/libpager/pager.h index 75ff108a..d0572af1 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -111,9 +111,9 @@ pager_offer_page (struct pager *pager, vm_address_t buf); /* Change the attributes of the memory object underlying pager PAGER. - Args MAY_CACHE and COPY_STRATEGY are as for - memory_object_change_atributes. Wait for the kernel to report completion - off WAIT is set.*/ + Arguments MAY_CACHE and COPY_STRATEGY are as for + memory_object_change_atributes. Wait for the kernel to report + completion if WAIT is set. */ void pager_change_attributes (struct pager *pager, boolean_t may_cache, -- cgit v1.2.3