]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging:zram:xvmalloc.c Fix a typo.
authorJustin P. Mattock <justinmattock@gmail.com>
Tue, 28 Dec 2010 06:22:31 +0000 (22:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 Jan 2011 00:08:23 +0000 (16:08 -0800)
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>
drivers/staging/zram/xvmalloc.c

index b64406739d05eb5ead904326c3e46433f0f74346..3ed744ba7ba01c8bbce3a993d868ec632854000c 100644 (file)
@@ -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.
  */