diff options
author | Raymond L. Rivera <ray.l.rivera@gmail.com> | 2014-07-24 02:39:45 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-08-26 09:35:54 +0200 |
commit | 50d8a189013cef83eef771c45787cee68ecdf8fe (patch) | |
tree | fd61099eca3730b642419a7e09f42dd35ef22009 /include/linux/pagemap.h | |
parent | 7c18fd786de3dabc43e0f412dd63080c14fe6e1b (diff) |
linux/pagemap.h: Fixed a typo in a code comment.
Corrected a minor typo in a code comment where 'be' was missing.
Signed-off-by: Raymond L. Rivera <ray.l.rivera@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/pagemap.h')
-rw-r--r-- | include/linux/pagemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index e1474ae18c88..bf657ff3208c 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h @@ -96,7 +96,7 @@ static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) } /* - * The page cache can done in larger chunks than + * The page cache can be done in larger chunks than * one page, because it allows for more efficient * throughput (it can then be mapped into user * space in smaller chunks for same flexibility). |