diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-12-27 22:22:31 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-20 16:08:23 -0800 |
commit | c4586c16859861df6af51d0aab5c4738c0e4ac44 (patch) | |
tree | 7c7c2826d36f7c60a81944018c015e36e263d4d7 /drivers/staging/zram | |
parent | 1aa326640d1e91d32179310441fa3030c501d0f3 (diff) | |
download | lwn-c4586c16859861df6af51d0aab5c4738c0e4ac44.tar.gz lwn-c4586c16859861df6af51d0aab5c4738c0e4ac44.zip |
staging:zram:xvmalloc.c Fix a typo.
Not exactly sure if this is a typo or not, due to my search
results comming up with not that many hits. Either its dereferenceable
or dereferencable from the two I choose the later. if it's wrong let me know
and I'll resend.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/zram')
-rw-r--r-- | drivers/staging/zram/xvmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zram/xvmalloc.c b/drivers/staging/zram/xvmalloc.c index b64406739d05..3ed744ba7ba0 100644 --- a/drivers/staging/zram/xvmalloc.c +++ b/drivers/staging/zram/xvmalloc.c @@ -46,7 +46,7 @@ static void clear_flag(struct block_header *block, enum blockflags flag) } /* - * Given <page, offset> pair, provide a derefrencable pointer. + * Given <page, offset> pair, provide a dereferencable pointer. * This is called from xv_malloc/xv_free path, so it * needs to be fast. */ |